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

    A flag that may follow the closing bracket of a criteria argument.

    interface SliceFlag {
        conflicts?: readonly string[];
        describe: string;
        flag: string;
        requires?: string;
    }
    Index

    Properties

    conflicts?: readonly string[]

    the flags this one must not be combined with

    describe: string

    what the flag does, kept to a few words as it is offered as a completion

    flag: string
    requires?: string

    the flag this one only makes sense with, if any