Open
Description
Problem
The -p option in cargo fmt
doesn't support wildcard like *
. When I'm running cargo fmt -p "cloud-*"
, it shows cloud-* is not a member of workspace
However, this feature is fully supported in other cargo commands like check
, or even external command like clippy
.
It would be nice to keep this behavior consistent among all commands.
Proposed Solution
No response
Notes
No response