Information passed to each ReplCommand#fn.

interface ReplCommandInformation {
    allowRSessionAccess: boolean;
    analyzer: ReadonlyFlowrAnalysisProvider;
    output: ReplOutput;
    remainingLine: string;
}

Properties

allowRSessionAccess: boolean
output: ReplOutput
remainingLine: string