-
-
I use Cargo to build a command-line tool written in Rust. I've also written an accompanying manpage, `command.1`. I'd like to tell Cargo about manpages via Cargo.toml, so that `cargo install` will i…
-
```
Hi,
I enclosed a patch which provides manpages for binaries. I think it is easier
to read than invoking a binary using the '--help' option.
David
```
Original issue reported on code.google.com…
-
We could add a manpage, especially since we could potentially use something like https://crates.io/crates/clap_mangen to do that automatically.
-
#DocsMatter
-
```
Hi,
I enclosed a patch which provides manpages for binaries. I think it is easier
to read than invoking a binary using the '--help' option.
David
```
Original issue reported on code.google.com…
-
Ref #3
-
Not sure if its only me , but in vs code , manpage , does not display a hover error message.
-
```
Hi,
I enclosed a patch which provides manpages for binaries. I think it is easier
to read than invoking a binary using the '--help' option.
David
```
Original issue reported on code.google.com…
-
### Description of the problem
1. Generated HTML elements of the manpage's content can have `id` attributes. This is useful, for example to be able to link to specific options, inside a manpage.
2…