Files
pnpm/packages/parse-cli-args
Zoltan Kochan 092f8dd83a feat: --workspace-root
`--workspace-root`, `-w`: a new option that allows to focus on
the root workspace project.

E.g., the following command runs the `lint` script of the root
`package.json` from anywhere in the monorepo:

```
pnpm -w lint
```

PR #2866
2020-09-17 11:07:05 +03:00
..
2020-09-17 11:07:05 +03:00
2020-09-17 11:07:05 +03:00
2020-08-22 14:19:32 +03:00
2020-09-17 11:07:05 +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