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

    Interface RunCmdWithContextOptions

    Options for the cmd runner helper.

    Used to label the execution origin for diagnostics and future behavior adjustments without changing the call sites.

    interface RunCmdWithContextOptions {
        origin?: "alias" | "subcommand";
    }
    Index

    Properties

    Properties

    origin?: "alias" | "subcommand"

    Execution origin: parent alias or explicit subcommand.