mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 02:35:41 +00:00
allow starting commands in new tabs via CLI (fixes #304)
This commit is contained in:
@@ -25,6 +25,7 @@ export interface SessionOptions {
|
||||
height?: number
|
||||
recoveryId?: string
|
||||
recoveredTruePID$?: Observable<number>
|
||||
pauseAfterExit?: boolean
|
||||
}
|
||||
|
||||
export abstract class SessionPersistenceProvider {
|
||||
@@ -51,7 +52,7 @@ export abstract class TerminalColorSchemeProvider {
|
||||
|
||||
export interface IShell {
|
||||
id: string
|
||||
name: string
|
||||
name?: string
|
||||
command: string
|
||||
args?: string[]
|
||||
env?: any
|
||||
|
||||
Reference in New Issue
Block a user