interface SlicerCliOptions {
    api: boolean;
    criterion: undefined | string;
    diff: boolean;
    help: boolean;
    input: undefined | string;
    "input-is-text": boolean;
    "no-magic-comments": boolean;
    output: undefined | string;
    stats: boolean;
    verbose: boolean;
}

Properties

api: boolean
criterion: undefined | string
diff: boolean
help: boolean
input: undefined | string
"input-is-text": boolean
"no-magic-comments": boolean
output: undefined | string
stats: boolean
verbose: boolean