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

    Type Alias CommandWithOptions<TOptions>

    CommandWithOptions: Command & {
        getDotenvCliOptions?: TOptions;
        opts(): Partial<TOptions>;
    }

    Commander command augmented with a typed opts() and an options bag for nested subcommands to inherit.

    Type Parameters

    • TOptions