| Crates.io | cli-setup |
| lib.rs | cli-setup |
| version | 0.2.7 |
| created_at | 2018-01-15 04:19:43.479323+00 |
| updated_at | 2020-07-19 03:00:15.188504+00 |
| description | Helper functions for installing manpages alongside a command-line tool. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 46861 |
| size | 8,100 |
Documentation here, example use here.
I recommend writing manpages using pandoc. You can write a markdown document and generate a manpage using
$ pandoc EXECUTABLE.md -s -t man -o man/executable.1
For an example of how to write a manpage using markdown, see here.