show recent profiles in jump lists & dock menu - fixes #2587

This commit is contained in:
Eugene Pankov
2022-02-23 20:36:24 +01:00
parent 5caa4d14f5
commit 555c8c18ee
3 changed files with 48 additions and 16 deletions

View File

@@ -25,6 +25,9 @@ export function parseArgs (argv: string[], cwd: string): any {
type: 'string',
})
})
.command('recent [index]', 'open a tab with a recent profile', {
profileNumber: { type: 'number' },
})
.version(app.getVersion())
.option('debug', {
alias: 'd',