mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-08 21:40:03 +00:00
properly disable yargs warning
This commit is contained in:
parent
4784a076fa
commit
bdcd2720c4
@ -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()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user