UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

19 lines (18 loc) 399 B
/** * The summarizer intends to post-process and summarize the results of * * the benchmark tool, and * * the statistics extraction. * * @module */ export interface SummarizerCliOptions { verbose: boolean; help: boolean; 'ultimate-only': boolean; categorize: boolean; input: string; type: string; output?: string; graph?: boolean; 'project-skip': number; }