We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-a
--all
1 parent 0583441 commit 7c0bbfcCopy full SHA for 7c0bbfc
src/cli/parse-args.ts
@@ -77,7 +77,7 @@ export function loadCliArgs(argv = process.argv) {
77
.version(version)
78
.usage('[...files]')
79
.option('--preid <preid>', 'ID for prerelease')
80
- .option('--all', `Include all files (default: ${bumpConfigDefaults.all})`)
+ .option('-a, --all', `Include all files (default: ${bumpConfigDefaults.all})`)
81
.option('--no-git-check', `Skip git check`, { default: bumpConfigDefaults.noGitCheck })
82
.option('-c, --commit [msg]', 'Commit message', { default: true })
83
.option('--no-commit', 'Skip commit', { default: false })
0 commit comments