Rust: Cargo Has Short Versions of Commands
Rating: 6
For example, cargo c
instead of cargo check
and cargo t
instead of cargo test
.
Related Facts
- 7 CLI: How to Start an HTTP Server in One Line [#39] Dec 1, 2021
- 7 Rust: from_fn [#210] Sep 15, 2022
- 7 CLI: Bypass Command Aliases [#213] Sep 19, 2022
- 6 Rust: How to Quickly Add Dependencies From crates.io [#111] May 21, 2022
- 6 NPM: How to Find Out Which Dependencies Can Be Updated [#118] Jun 8, 2022
19 more...
- 6 git: How to Get Commit Statistics [#126] Jun 16, 2022
- 6 Rust: You Can Change the Path of Files Loaded by mod [#131] Jun 23, 2022
- 6 Rust: Bring a Trait Into Scope Without Bringing Its Name Into Scope [#139] Jul 5, 2022
- 6 Rust: You Can Simulate Defer With the Scopeguard Crate [#157] Jul 21, 2022
- 6 Rust: You Can Conditionally Enable Attributes [#162] Jul 26, 2022
- 6 You Can Use a File for Crontab [#167] Jul 31, 2022
- 6 Rust: identity Function [#196] Aug 31, 2022
- 6 CLI: Delete Files With find [#212] Sep 19, 2022
- 5 CLI: just Supports Arguments to Recipes [#83] Dec 19, 2021
- 5 You Can Use Nohup to Make Processes Not Terminate When Session Disconnects [#92] Dec 24, 2021
- 5 Rust: Raw String Literals [#185] Aug 18, 2022
- 4 You Can Use screen to Create Detached Processes [#94] Dec 26, 2021
- 4 Rust: Struct Destructuring to Extract Values From Tuple Structs [#114] May 31, 2022
- 4 Rust: False < True [#130] Jun 23, 2022
- 4 Rust: Underscore Does Not Bind Values [#181] Aug 14, 2022
- 3 Unix: List Active Cron Jobs [#2] Nov 16, 2021
- 3 Rust: ptr_eq [#147] Jul 11, 2022
- 2 Running Processes Will Be Terminated When SSH Session Disconnects [#91] Dec 24, 2021
- 1 Rust: Arrays Do Not Implement `fmt::Display` [#25] Nov 26, 2021