Interface OsSpecificCommand

interface OsSpecificCommand {
    args: undefined | (string | ShellQuotedString)[];
    command: string;
    options: CommandOptions;
}

Properties

Properties

args: undefined | (string | ShellQuotedString)[]
command: string