Theia API Documentation v1.65.0
    Preparing search index...
    interface CommandLineOptions {
        args: string[];
        cwd: string;
        env?: { [key: string]: null | string };
    }
    Index

    Properties

    Properties

    args: string[]
    cwd: string
    env?: { [key: string]: null | string }