We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--manifest-path
1 parent 9d2fbf7 commit 632ec43Copy full SHA for 632ec43
src/doc/build-man.sh
@@ -18,14 +18,14 @@ OPTIONS="--url https://doc.rust-lang.org/cargo/commands/ \
18
--man rustc:1=https://doc.rust-lang.org/rustc/index.html \
19
--man rustdoc:1=https://doc.rust-lang.org/rustdoc/index.html"
20
21
-cargo run --manifest-path=../../crates/mdman/Cargo.toml -- \
+cargo run -p mdman -- \
22
-t md -o src/commands man/cargo*.md \
23
$OPTIONS
24
25
26
-t txt -o man/generated_txt man/cargo*.md \
27
28
29
30
-t man -o ../etc/man man/cargo*.md \
31
0 commit comments