@eagleoutice/flowr
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
12 lines (11 loc) • 331 B
TypeScript
export interface StatsHelperCliOptions {
readonly verbose: boolean;
readonly help: boolean;
readonly input: string;
readonly compress: boolean;
readonly 'dump-json': boolean;
readonly 'output-dir': string;
readonly 'root-dir': string;
readonly 'no-ansi': boolean;
readonly features: string[];
}