nsuite - v1.0.1
    Preparing search index...

    Interface ParamsExecCommand

    interface ParamsExecCommand {
        command: string;
        cwd: string;
        onStderr?: (arg0: Buffer) => void;
        onStdout?: (arg0: Buffer) => void;
        ssh: NodeSSH;
    }
    Index
    command: string
    cwd: string
    onStderr?: (arg0: Buffer) => void
    onStdout?: (arg0: Buffer) => void
    ssh: NodeSSH