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

    Interface CmdPluginOptions

    Options provided to the cmd plugin factory.

    interface CmdPluginOptions {
        asDefault?: boolean;
        optionAlias?: string | CmdOptionAlias;
    }
    Index

    Properties

    asDefault?: boolean

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

    optionAlias?: string | CmdOptionAlias

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