Theia API Documentation v1.65.0
    Preparing search index...
    interface OsSpecificCommand {
        args: undefined | (string | ShellQuotedString)[];
        command: string;
        options: CommandOptions;
    }
    Index

    Properties

    Properties

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