-
Notifications
You must be signed in to change notification settings - Fork 2.9k
cli suggestions for --package #15004
Copy link
Copy link
Closed
Labels
A-completionsArea: shell completionsArea: shell completionsC-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-acceptedStatus: Issue or feature is accepted, and has a team member available to help mentor or reviewStatus: Issue or feature is accepted, and has a team member available to help mentor or review
Metadata
Metadata
Assignees
Labels
A-completionsArea: shell completionsArea: shell completionsC-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-acceptedStatus: Issue or feature is accepted, and has a team member available to help mentor or reviewStatus: Issue or feature is accepted, and has a team member available to help mentor or review
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
cargo build --packageTab doesn't complete anything. It would be very useful!Proposed Solution
I'd expect packages from my workspace to be suggested and if there's no match, then the dependencies.
Notes
No response