@corellium/corellium-cli 1.0.8 → 1.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
@@ -8,6 +8,7 @@ require('dotenv').config()
|
|
8
8
|
async function run () {
|
9
9
|
return yargs(hideBin(process.argv))
|
10
10
|
.command(commands)
|
11
|
+
.scriptName('corellium')
|
11
12
|
.usage('Usage: corellium [OPTIONS]')
|
12
13
|
.demandCommand(1, '') // empty string overrides yargs nag message about specifying a command
|
13
14
|
.strict() // strict handling of commands and arguments
|