set Terminus as COMSPEC inside shells - fixes #3643

This commit is contained in:
Eugene Pankov
2021-05-16 19:40:54 +02:00
parent 2f865e70c5
commit 7398d776be
10 changed files with 25 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ export function parseArgs (argv: string[], cwd: string): any {
.command('open [directory]', 'open a shell in a directory', {
directory: { type: 'string', 'default': cwd },
})
.command('run [command...]', 'run a command in the terminal', {
.command(['run [command...]', '/k'], 'run a command in the terminal', {
command: { type: 'string' },
})
.command('profile [profileName]', 'open a tab with specified profile', {