mirror of
https://github.com/Eugeny/tabby.git
synced 2025-01-08 19:57:28 +03:00
fixed yargs deprecation warnings
This commit is contained in:
parent
d039d76cff
commit
07c522385f
@ -25,7 +25,7 @@ export function parseArgs (argv: string[], cwd: string): any {
|
||||
type: 'string',
|
||||
})
|
||||
})
|
||||
.version('version', '', app.getVersion())
|
||||
.version(app.getVersion())
|
||||
.option('debug', {
|
||||
alias: 'd',
|
||||
describe: 'Show DevTools on start',
|
||||
|
Loading…
Reference in New Issue
Block a user