Skip to content

Commit a1f0fb3

Browse files
branchseerclaude
andcommitted
fix: update vp run help snapshot for new vite-task CLI options
The new vite-task revision adds --workspace-root, --filter flags and updates option descriptions for --recursive and --transitive. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bcc6bf9 commit a1f0fb3

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ Arguments:
3232
[ADDITIONAL_ARGS]... Additional arguments to pass to the tasks
3333

3434
Options:
35-
-r, --recursive Run tasks found in all packages in the workspace, in topological order based on package dependencies
36-
-t, --transitive Run tasks found in the current package and all its transitive dependencies, in topological order based on package dependencies
35+
-r, --recursive Select all packages in the workspace
36+
-t, --transitive Select the current package and its transitive dependencies
37+
-w, --workspace-root Select the workspace root package
38+
-F, --filter <FILTERS> Match packages by name, directory, or glob pattern
3739
--ignore-depends-on Do not run dependencies specified in `dependsOn` fields
3840
-v, --verbose Show full detailed summary after execution
3941
--last-details Display the detailed summary of the last run
40-
-h, --help Print help
42+
-h, --help Print help (see more with '--help')

0 commit comments

Comments
 (0)