#manpage #markdown #pandoc #write #executable #documentation #document

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

#17 in #pandoc

Download history 3/week @ 2024-11-13 7/week @ 2024-11-20 4/week @ 2024-11-27 9/week @ 2024-12-04 25/week @ 2024-12-11 2/week @ 2024-12-18 1/week @ 2025-01-08 5/week @ 2025-01-29 18/week @ 2025-02-05 55/week @ 2025-02-12 5/week @ 2025-02-19 24/week @ 2025-02-26

103 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–7MB
~40K SLoC