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

    Interface BatchParentInvokerFlags

    Flags parsed at the batch parent command level (shared between invoker paths).

    interface BatchParentInvokerFlags {
        command?: string;
        globs?: string;
        ignoreErrors?: boolean;
        list?: boolean;
        pkgCwd?: boolean;
        rootPath?: string;
    }
    Index

    Properties

    command?: string

    Command to execute.

    globs?: string

    Space-delimited glob patterns.

    ignoreErrors?: boolean

    Ignore errors and continue.

    list?: boolean

    List directories without executing.

    pkgCwd?: boolean

    Use package directory as root.

    rootPath?: string

    Root path for discovery.