OptionalcommandCommand to execute. A string is interpreted according to the shell preference; an array is treated as argv for shell‑off execution.
OptionaldotenvComposed dotenv environment (string | undefined values) to inject into each child.
OptionalgetMerged root CLI options bag (JSON‑serializable) forwarded for nested composition by downstream executors. Used to compute child overlays deterministically.
Space‑delimited patterns used to discover target working directories.
OptionalignoreWhen true, continue processing remaining paths after a command error.
OptionallistWhen true, list matched directories without executing a command.
Logger used for headings, listings, and diagnostics.
OptionalpkgResolve the batch root from the nearest package directory instead of CWD.
Root path (relative to CWD or package directory) for resolving globs.
Shell to use when executing the command. A string selects a specific shell,
false disables the shell (plain execution), and URL mirrors executor options.
Arguments for execShellCommandBatch — batch execution over discovered working directories.