Skip to content

Commit

Permalink
fix(CLI): make options consistent (#9358)
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
darkvillager2 authored Mar 3, 2025
1 parent 498d6c9 commit d185dd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ cli

cli
.command('bump [activity] [version]', 'Bump an activity')
.option('-all', 'Bump all activities')
.option('-changed', 'Bump only changed activities')
.option('--all', 'Bump all activities (Usage: bump "" [version] --all)')
.option('--changed', 'Bump only changed activities (Usage: bump "" [version] --changed)')
.action(bump)

cli
Expand Down

0 comments on commit d185dd7

Please sign in to comment.