File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -274,14 +274,14 @@ OPTIONS:
274274{unified}
275275
276276Some common cargo commands are (see all commands with --list):
277- build Compile the current package
278- check Analyze the current package and report errors, but don't build object files
277+ build, b Compile the current package
278+ check, c Analyze the current package and report errors, but don't build object files
279279 clean Remove the target directory
280280 doc Build this package's and its dependencies' documentation
281281 new Create a new cargo package
282282 init Create a new cargo package in an existing directory
283- run Run a binary or example of the local package
284- test Run the tests
283+ run, r Run a binary or example of the local package
284+ test, t Run the tests
285285 bench Run the benchmarks
286286 update Update dependencies listed in Cargo.lock
287287 search Search registry for crates
You can’t perform that action at this time.
0 commit comments