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

    Function batchPlugin

    • Batch plugin for the GetDotenv CLI host.

      Mirrors the legacy batch subcommand behavior without altering the shipped CLI. Options:

      • scripts/shell: used to resolve command and shell behavior per script or global default.

      Parameters

      Returns PluginWithInstanceHelpers<
          GetDotenvOptions,
          {
              globs?: string;
              pkgCwd?: boolean;
              rootPath?: string;
              scripts?: Record<
                  string,
                  string
                  | { cmd: string; shell?: string | boolean },
              >;
              shell?: string | boolean;
          },
          [],
          {},
          {},
      >