Interface ITerminalServerOptions

interface ITerminalServerOptions {
    args?: string[];
    command: string;
    options?: object;
}

Hierarchy (view full)

Properties

args?: string[]
command: string
options?: object