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