@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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corellium/corellium-cli",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Corellium CLI Tool",
5
5
  "scripts": {
6
6
  "corellium": "node index.js",