properly disable yargs warning

This commit is contained in:
Eugene Pankov 2021-12-12 12:10:48 +01:00
parent 4784a076fa
commit bdcd2720c4
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -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()
}