@shopify/cli-kit
    Preparing search index...

    Interface NonTTYFlagRequirement

    interface NonTTYFlagRequirement {
        flags: string[];
        when?: (flags: FlagOutput) => boolean;
    }
    Index
    flags: string[]

    At least one of these flags must be present when the requirement applies.

    when?: (flags: FlagOutput) => boolean

    Determines whether the requirement applies to the parsed flags.