From 3d2ce3c230a142f4fcdff79e1ba5262cd8df5b15 Mon Sep 17 00:00:00 2001 From: Martin Donadieu Date: Thu, 14 Nov 2024 22:39:46 +0000 Subject: [PATCH] fix: issue with -v --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index cc54c54d..30e2924e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -33,7 +33,7 @@ import { checkCompatibilityCommand } from './bundle/compatibility' program .name(pack.name) .description('Manage packages and bundle versions in Capgo Cloud') - .version(pack.version) + .version(pack.version, '-v, --version', 'output the current version') program .command('login [apikey]')