tsargp
    Preparing search index...

    Type Alias SingleOption

    SingleOption: WithOptionType<"single"> & Pick<
        OptionAttributes<string>,
        SingleAttributes,
    > & (WithDefault | WithRequired) & (WithChoices | WithRegex)

    An option that has a single value and requires a single parameter.