Skip to content

Commit 94a8074

Browse files
committed
Stop showing help on failures
1 parent ecabf17 commit 94a8074

File tree

1 file changed

+1
-0
lines changed
  • packages/compass-smoke-tests/src

1 file changed

+1
-0
lines changed

packages/compass-smoke-tests/src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ yargs(hideBin(process.argv))
7171
.scriptName('smoke-tests')
7272
.detectLocale(false)
7373
.version(false)
74+
.showHelpOnFail(false)
7475
.strict()
7576
.option('bucketName', {
7677
type: 'string',

0 commit comments

Comments
 (0)