@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Interface ReplCodeCommandInformation

    Information passed to each ReplCodeCommand#fn. The analyzer has the RParseRequest.

    interface ReplCodeCommandInformation {
        analyzer: FlowrAnalysisProvider;
        output: ReplOutput;
        remainingArgs: string[];
    }
    Index
    output: ReplOutput
    remainingArgs: string[]