Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

cli-kit/cli-manpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <[email protected]>.

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).

About

Man page generation tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published