Browse Source

properly disable yargs warning

Eugene Pankov 4 years ago
parent
commit
bdcd2720c4
1 changed files with 0 additions and 5 deletions
  1. 0 5
      app/lib/cli.ts

+ 0 - 5
app/lib/cli.ts

@@ -35,11 +35,6 @@ export function parseArgs (argv: string[], cwd: string): any {
             describe: 'Start minimized',
             type: 'boolean',
         })
-        .option('version', {
-            alias: 'v',
-            describe: 'Show version and exit',
-            type: 'boolean',
-        })
         .help('help')
         .parse()
 }