Workstation API - v0.6.2
    Preparing search index...

    Interface TaskDefinition

    A named direct command with a description shown by --list-tasks.

    interface TaskDefinition {
        args?: readonly string[];
        command: string;
        cwd?: string;
        description?: string;
        environment?: Readonly<Record<string, string>>;
    }

    Hierarchy (View Summary)

    Index
    args?: readonly string[]
    command: string
    cwd?: string
    description?: string
    environment?: Readonly<Record<string, string>>