@karmaniverous/get-dotenv
    Preparing search index...

    Type Alias CmdPluginOptions

    type CmdPluginOptions = {
        asDefault?: boolean;
        optionAlias?:
            | string
            | { description?: string; expand?: boolean; flags: string };
    }
    Index

    Properties

    asDefault?: boolean

    When true, register as the default subcommand at the root.

    optionAlias?: string | { description?: string; expand?: boolean; flags: string }

    Optional alias option attached to the parent command to invoke the cmd * behavior without specifying the subcommand explicitly.