File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -274,14 +274,14 @@ OPTIONS:
274
274
{unified}
275
275
276
276
Some 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
279
279
clean Remove the target directory
280
280
doc Build this package's and its dependencies' documentation
281
281
new Create a new cargo package
282
282
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
285
285
bench Run the benchmarks
286
286
update Update dependencies listed in Cargo.lock
287
287
search Search registry for crates
You can’t perform that action at this time.
0 commit comments