34 Commits

Author SHA1 Message Date
Weihang Lo
e549bc809b
fix(cli): resolve confusion between --frozen and --locked 2024-03-27 22:05:03 -04:00
Martin Robinson
8fa25ba41d chore: Fix minor grammar nit in command-line help
A *very* minor grammar correction. "Require" used in this way is
typically followed by the infinitive.
2024-03-18 14:32:28 +01:00
Ed Page
6ca939863f feat(tree): Auto-detect '--charset' mode 2024-03-01 16:47:26 -06:00
Bryan Garza
604d2e40e2 chore: update pulldown-cmark to 0.10.0
Fixes: https://github.com/rust-lang/cargo/issues/13509
2024-03-04 20:14:44 +00:00
Eric Huss
3da2b3c67b Mark -C as unstable 2023-04-11 19:46:05 -07:00
Eric Huss
9ba2ca2034 Clarify docs on -C that it appears before the command. 2023-04-09 09:58:06 -07:00
Enyium
b1754b2aa2 Regenerate derived doc formats. 2023-02-14 08:24:20 +01:00
Will Page
6510cc5c4b Regenerated documentation with updated '-C' cargo option 2023-02-10 07:42:48 -08:00
jofas
7f0ee92330 properly added links to the 'target' glossary entry of the 'cargo tree' and 'cargo metadata' command man pages 2023-01-20 17:41:44 +01:00
Ragnar Groot Koerkamp
ac855aad08 fix(docs): fix typo learm => learn in cargo tree docs 2023-01-11 02:11:36 +01:00
Weihang Lo
4a76339cb5
doc(cargo-tree): mention it considering feature unification 2022-10-24 23:27:03 +08:00
Weihang Lo
65332bc9f1
Expand details for --config cli arg 2022-09-13 10:25:54 +01:00
Jon Gjengset
7eefb4221f Include --config in cargo help output 2022-06-21 16:24:41 +00:00
Ed Page
f728045729 doc: Include -F in option lists
The manual change is to `src/doc/man/includes/section-features.md`, the
rest is code-generated.
2022-04-18 19:19:40 -05:00
Steven Joruk
cd4e280458 Update docs 2021-12-08 22:18:47 +00:00
hi-rustin
17c0ea7417 Improve the help text of the --quiet args for all commands
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
2021-11-14 20:41:00 +08:00
Joe Ardent
af355f0ea5 Use crate_name() on the library target, update tests. 2021-07-12 13:25:49 -07:00
Joe Ardent
58ed2e3746 Update the docs for tree to include new format option. 2021-07-11 16:47:34 -07:00
Weihang Lo
07c40a7c86
doc(carog-tree): new --prune option 2021-05-29 11:45:10 +08:00
Weihang Lo
da2327f129
Merge branch 'master' into tree-depth 2021-05-28 23:27:42 +08:00
Weihang Lo
40791da11f
doc: generated via build-man.sh 2021-05-19 09:59:02 +08:00
Weihang Lo
0ad53bfde9
doc: generated via build-man.sh 2021-05-16 02:02:50 +08:00
Eric Huss
d087aeb845 Stabilize -Zfeatures and -Zpackage-features. 2020-12-19 08:26:42 -08:00
Weihang Lo
4a61d8a412
doc: build-man.sh for glob pattern support 2020-10-05 01:24:43 +08:00
Eric Huss
fac70ee775 Update links to rustup docs. 2020-09-26 10:09:04 -07:00
Camelid
3045228ee1 Fix typo 2020-08-04 18:23:12 -07:00
Eric Huss
2d4aa38b4f Regenerate man pages using mdman. 2020-08-01 11:14:00 -07:00
Eric Huss
337fd9f015 Add some help about rustup's +toolchain syntax. 2020-07-06 07:02:12 -07:00
Eric Huss
7c403447bd Switch --invert to take the package name as an argument. 2020-04-03 19:52:21 -07:00
Eric Huss
96ff434cb9 Rename --dep-kinds to --edges and fold in --graph-features. 2020-04-03 19:16:39 -07:00
Eric Huss
3b1df3a46f Change --no-dev-dependencies to --dep-kinds. 2020-04-02 15:12:17 -07:00
Eric Huss
ec5e297b70 Change --no-filter-targets to --target=all. 2020-04-02 12:20:55 -07:00
Eric Huss
a9ff02ed5a Change --no-indent and --prefix-depth to a single --prefix option. 2020-04-02 11:48:52 -07:00
Eric Huss
96a393719b Add cargo tree command. 2020-03-31 15:14:47 -07:00