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

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

Properties

output: ReplOutput
remainingArgs: string[]