Interface CommandProperties

interface CommandProperties {
    args?: string[];
    command?: string;
    options?: CommandOptions;
}

Hierarchy (view full)

Properties

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