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
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.
The text was updated successfully, but these errors were encountered:
Cargo has built-in aliases for
cargo build
,cargo test
andcargo run
, in the forms ofcargo b
,cargo t
andcargo r
. However, these aliases seems to have gone unmentioned in all ofcargo
'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.The text was updated successfully, but these errors were encountered: