mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(task): update --filter flag description (#26974)
`--recursive` is now implied by `--filter`.
This commit is contained in:
parent
9288081638
commit
566a6c2ce7
1 changed files with 1 additions and 1 deletions
|
@ -3073,7 +3073,7 @@ Evaluate a task from string
|
|||
Arg::new("filter")
|
||||
.long("filter")
|
||||
.short('f')
|
||||
.help("Filter members of the workspace by name - should be used with --recursive")
|
||||
.help("Filter members of the workspace by name, implies --recursive flag")
|
||||
.value_parser(value_parser!(String)),
|
||||
)
|
||||
.arg(
|
||||
|
|
Loading…
Reference in a new issue