mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-08 16:07:03 -04:00
The `run` and `exec` commands may use the `--parallel` option. `--parallel` completely disregards concurrency and topological sorting, running a given script immediately in all matching packages with prefixed streaming output. This is the preferred flag for long-running processes such as watch run over many packages. For example: `pnpm run --parallel watch` close #2528 PR #2599
@pnpm/parse-cli-args
Parses the CLI args passed to pnpm
Installation
<pnpm|npm|yarn> add @pnpm/parse-cli-args
License
MIT © Zoltan Kochan