cli-manpage

0.0.17 • Public • Published

Table of Contents

cli-manpage(1)

Man page generation program for the command module.

Install

npm i -g cli-manpage

Usage

Usage: cli-manpage <command> [-se] [--color|--no-color]
                   [-s|--standalone] [-e|--error] [--help]
                   [--version] [-o|--output==<dir>]
                   [-a|--argument==<name>] [--section==<1-8>]
                   <args>

Man page generation tool.

Commands:
 help               Show help for commands.

Options:
 -o, --output==[dir]
                    Output directory for generated man pages.
 -s, --standalone   Generate a single standalone man page.
 -e, --error        Use the program stderr stream.
 -a, --argument==[name]
                    Argument used to print help output.
     --[no]-color   Enable or disable terminal colors.
     --section==[1-8]
                    Man page section.
     --help         Display this help and exit.
     --version      Output version information and exit.

Report bugs to muji <noop@xpm.io>.

License

Everything is MIT. Read the license if you feel inclined.

This program was built using the command module, if you care for excellent documentation and write command line interfaces you should check it out.

Generated by mdp(1).

Readme

Keywords

Package Sidebar

Install

npm i cli-manpage

Weekly Downloads

1

Version

0.0.17

License

none

Last publish

Collaborators

  • muji
  • tmpfs