mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 02:35:41 +00:00
set Terminus as COMSPEC inside shells - fixes #3643
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user