Files
pnpm/packages/parse-cli-args
Zoltan Kochan 0e8daafe41 feat: --parallel
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
2020-06-01 11:22:44 +03:00
..
2020-06-01 11:22:44 +03:00
2020-03-08 21:24:51 +02:00
2020-05-23 16:29:04 +03:00
2019-11-29 04:19:17 +02:00

@pnpm/parse-cli-args

Parses the CLI args passed to pnpm

npm version

Installation

<pnpm|npm|yarn> add @pnpm/parse-cli-args

License

MIT © Zoltan Kochan