@eagleoutice/flowr-dev
Version:
Static Dataflow Analyzer and Program Slicer for the R Programming Language
19 lines (18 loc) • 487 B
TypeScript
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;
inline: boolean;
'inline-full': boolean;
'inline-banner': boolean;
'include-callees': boolean;
'config-file': string | undefined;
'config-json': string | undefined;
}