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