Skip to content

Commit

Permalink
fix: issue with -v
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Nov 14, 2024
1 parent d781ad8 commit 3d2ce3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]')
Expand Down

0 comments on commit 3d2ce3c

Please sign in to comment.