This commit is contained in:
Eugene Pankov 2017-06-30 20:01:41 +02:00
parent 77b55a003c
commit 1e1d48a5f8

View file

@ -16,7 +16,7 @@ export interface ResizeEvent {
export interface SessionOptions {
name?: string
command?: string|string[]
command?: string
args?: string[]
cwd?: string
env?: any