mirror of
https://github.com/Eugeny/tabby.git
synced 2025-09-23 00:26:04 +00:00
properly disable yargs warning
This commit is contained in:
@@ -35,11 +35,6 @@ export function parseArgs (argv: string[], cwd: string): any {
|
|||||||
describe: 'Start minimized',
|
describe: 'Start minimized',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
})
|
})
|
||||||
.option('version', {
|
|
||||||
alias: 'v',
|
|
||||||
describe: 'Show version and exit',
|
|
||||||
type: 'boolean',
|
|
||||||
})
|
|
||||||
.help('help')
|
.help('help')
|
||||||
.parse()
|
.parse()
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user