cli-setup

Helper functions for installing manpages alongside a command-line tool

11 releases

Uses old Rust 2015

0.2.7 Jul 19, 2020
0.2.6 Nov 9, 2019
0.2.5 Oct 25, 2019
0.2.4 Jun 10, 2019
0.1.2 Jan 15, 2018

25 downloads per month
Used in 2 crates

Custom license

7KB
120 lines

cli-setup

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.

Dependencies

~0.1–10MB
~49K SLoC