Theia API Documentation v1.65.0
    Preparing search index...
    interface CommandProperties {
        args?: string[];
        command: string;
        options?: { cwd?: string; [key: string]: any };
    }

    Hierarchy (View Summary)

    Index

    Properties

    args?: string[]
    command: string
    options?: { cwd?: string; [key: string]: any }