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

    Interface CmdOptionAlias

    Configuration for the parent-level command alias.

    interface CmdOptionAlias {
        description?: string;
        expand?: boolean;
        flags: string;
    }
    Index

    Properties

    description?: string

    Option description.

    expand?: boolean

    Whether to expand the alias value before execution.

    flags: string

    Option flags (e.g. "-c, --cmd <command...>").