We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142943e commit 9a5371cCopy full SHA for 9a5371c
e2e/cli-e2e/tests/__snapshots__/help.spec.ts.snap
@@ -12,7 +12,6 @@ Commands:
12
code-pushup print-config Print config
13
14
Options:
15
- --version Show version number [boolean]
16
--verbose When true creates more verbose output. This is help
17
ful when debugging. [boolean] [default: false]
18
--config Path the the config file, e.g. code-pushup.config.j
packages/cli/src/lib/yargs-cli.ts
@@ -43,6 +43,7 @@ export function yargsCli(
43
// setup yargs
44
cli
45
.help()
46
+ .version(false)
47
.alias('h', 'help')
48
.parserConfiguration({
49
'strip-dashed': true,
0 commit comments