You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before moving this, I want to note that not all cargo commands support wildcards. In fact, I think its only the "compilation" commands (cargo check, cargo build, cargo doc, cargo clippy, maybe cargo miri). Others do not support them, like cargo update, cargo remove, etc.
Problem
The -p option in
cargo fmt
doesn't support wildcard like*
. When I'm runningcargo fmt -p "cloud-*"
, it showscloud-* is not a member of workspace
However, this feature is fully supported in other cargo commands like
check
, or even external command likeclippy
.It would be nice to keep this behavior consistent among all commands.
Proposed Solution
No response
Notes
No response
The text was updated successfully, but these errors were encountered: