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.
2 parents ece4389 + 85525b7 commit e1fccdaCopy full SHA for e1fccda
src/cli.ts
@@ -37,7 +37,7 @@ import utils = require('./lib/utils');
37
'(optional) Destroy added environment on closing. Defaults to false')
38
.option('-v, --verboselevel <3/2/1/0>',
39
'(optional) Default 3. Level 2 dismiss handler() text, level 1 dismiss lambda-local text ' +
40
- 'and level 0 dismiss also the result.')
+ 'and level 0 dismiss also the result.', 3)
41
.option('--envfile <path/to/env/file>',
42
'(optional) Load additional environment variables from a file')
43
.option('--inspect [[host:]port]',
0 commit comments