1
0
Fork 0
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:
Bartek Iwańczuk 2024-11-21 16:56:46 +00:00 committed by GitHub
parent 9288081638
commit 566a6c2ce7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(