mirror of
https://github.com/eugeny/tabby
synced 2025-12-12 18:55:47 +00:00
profile args editor
This commit is contained in:
@@ -14,8 +14,8 @@ export interface ResizeEvent {
|
||||
|
||||
export interface SessionOptions {
|
||||
name?: string
|
||||
command?: string
|
||||
args?: string[]
|
||||
command: string
|
||||
args: string[]
|
||||
cwd?: string
|
||||
env?: any
|
||||
width?: number
|
||||
|
||||
Reference in New Issue
Block a user