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 { export interface SessionOptions {
name?: string name?: string
command?: string|string[] command?: string
args?: string[] args?: string[]
cwd?: string cwd?: string
env?: any env?: any