mirror of
https://github.com/eugeny/tabby
synced 2025-12-11 18:25:57 +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',
|
||||
type: 'boolean',
|
||||
})
|
||||
.option('version', {
|
||||
alias: 'v',
|
||||
describe: 'Show version and exit',
|
||||
type: 'boolean',
|
||||
})
|
||||
.help('help')
|
||||
.parse()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user