-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Open
Labels
A-cliArea: Command-line interface, option parsing, etc.Area: Command-line interface, option parsing, etc.C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.
Description
See discussion here: #11549
Key points:
- The only common use of
-w
appears to be for--watch
or--workspace
, depending on the tool. Bias appears to be towards watch. - Cargo might adopt a watch-like feature: Add cargo watch #9339
- There's a precedent within cargo for
-w
==--workspace
: https://doc.rust-lang.org/cargo/commands/cargo-update.html
Thus, we're blocked on #9339
est31
Metadata
Metadata
Assignees
Labels
A-cliArea: Command-line interface, option parsing, etc.Area: Command-line interface, option parsing, etc.C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`S-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.