Theia API Documentation v1.65.0
    Preparing search index...
    interface TerminalCommandMatchResult {
        commandLine: string;
        commandLineMatch: RegExpMatchArray;
        outputMatch?: { outputLines?: string[]; regexMatch: RegExpMatchArray };
    }
    Index

    Properties

    commandLine: string
    commandLineMatch: RegExpMatchArray
    outputMatch?: { outputLines?: string[]; regexMatch: RegExpMatchArray }