UNPKG

@eagleoutice/flowr

Version:

Static Dataflow Analyzer and Program Slicer for the R Programming Language

13 lines (12 loc) 298 B
export interface SlicerCliOptions { verbose: boolean; help: boolean; input: string | undefined; criterion: string | undefined; output: string | undefined; diff: boolean; 'input-is-text': boolean; stats: boolean; api: boolean; 'no-magic-comments': boolean; }