@eagleoutice/flowr - v2.10.2
    Preparing search index...

    Interface SlicerCliOptions

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

    Properties

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