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

    Function attachBatchOptions

    • Internal

      Attach options/arguments for the batch plugin mount.

      Note: the plugin description is owned by src/plugins/batch/index.ts and must not be set here.

      Parameters

      Returns Command<
          [string[]],
          {
              command?: string;
              globs?: string;
              ignoreErrors?: true;
              list?: true;
              pkgCwd?: true;
              rootPath?: string;
          },
          {},
      >

      The same cli instance for chaining.