-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationC-enhancementCategory: enhancementCategory: enhancement
Description
Cargo has built-in aliases for cargo build
, cargo test
and cargo run
, in the forms of cargo b
, cargo t
and cargo r
. However, these aliases seems to have gone unmentioned in all of cargo
's documentation, and I can't find any mention of them on rust-lang.org, crates.io, or cargo's help command. This is admittedly pretty low-priority as far as documentation holes go, but these aliases should get some mention in cargo's help command if not elsewhere.
DarrenTsung and behnam
Metadata
Metadata
Assignees
Labels
A-documenting-cargo-itselfArea: Cargo's documentationArea: Cargo's documentationC-enhancementCategory: enhancementCategory: enhancement