Skip to content

Commit b7d226a

Browse files
committed
docs(rfc): note 'run --many' as alternative spelling
1 parent 469c173 commit b7d226a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/rfcs/run-many.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
`vp run-many <task1> <task2> ...` builds one graph with multiple requested tasks. Which `run` flags are accepted is TBD. The graph is the union of the per-task graphs, deduped by node.
66

7+
An alternative spelling, `vp run --many <task1> <task2> ...`, is also on the table — same semantics, just a flag on the existing `run` subcommand instead of a new one. This RFC uses `run-many` throughout for clarity.
8+
79
`vp run-many vite#build vite#build-types @voidzero-dev/vite-plus-test#build`, where all three depend on `rolldown#build-node`:
810

911
```mermaid

0 commit comments

Comments
 (0)