Skip to content

Commit 1b6e249

Browse files
committed
fix: update command-vp-alias snap for new --concurrency-limit and --parallel flags
The vite-task bump adds --concurrency-limit and --parallel to vp run, which changes the clap-generated help text alignment. https://claude.ai/code/session_01CG3eDoiYk8sNttduGRdoDj
1 parent e482d22 commit 1b6e249

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

  • packages/cli/snap-tests/command-vp-alias

packages/cli/snap-tests/command-vp-alias/snap.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ Arguments:
3636
Running `vp run` without a task name shows an interactive task selector.
3737

3838
Options:
39-
-r, --recursive Select all packages in the workspace
40-
-t, --transitive Select the current package and its transitive dependencies
41-
-w, --workspace-root Select the workspace root package
42-
-F, --filter <FILTERS> Match packages by name, directory, or glob pattern
43-
--ignore-depends-on Do not run dependencies specified in `dependsOn` fields
44-
-v, --verbose Show full detailed summary after execution
45-
--cache Force caching on for all tasks and scripts
46-
--no-cache Force caching off for all tasks and scripts
47-
--log <LOG> How task output is displayed [default: interleaved] [possible values: interleaved, labeled, grouped]
48-
--last-details Display the detailed summary of the last run
49-
-h, --help Print help (see more with '--help')
39+
-r, --recursive Select all packages in the workspace
40+
-t, --transitive Select the current package and its transitive dependencies
41+
-w, --workspace-root Select the workspace root package
42+
-F, --filter <FILTERS> Match packages by name, directory, or glob pattern
43+
--ignore-depends-on Do not run dependencies specified in `dependsOn` fields
44+
-v, --verbose Show full detailed summary after execution
45+
--cache Force caching on for all tasks and scripts
46+
--no-cache Force caching off for all tasks and scripts
47+
--log <LOG> How task output is displayed [default: interleaved] [possible values: interleaved, labeled, grouped]
48+
--concurrency-limit <CONCURRENCY_LIMIT> Maximum number of tasks to run concurrently. Defaults to 4
49+
--parallel Run tasks without dependency ordering. Sets concurrency to unlimited unless `--concurrency-limit` is also specified
50+
--last-details Display the detailed summary of the last run
51+
-h, --help Print help (see more with '--help')

0 commit comments

Comments
 (0)