print_usage

1.0.4 • Public • Published

print_usage

Exit the program and print the usage from usage.md or a provided string.

Example

usage.md

Usage: your_sweet_module [OPTIONS] COMMAND

index.js

var printUsage = require('print_usage');
printUsage()
$ Usage: your_sweet_module [OPTIONS] COMMAND

or:

printUsage('Usage: my_other_sweet_module [-abfjd] [--thing]');
$ Usage: my_other_sweet_module [-abfjd] [--thing]

install

With npm do:

npm install print_usage

license

MIT

Readme

Keywords

Package Sidebar

Install

npm i print_usage

Weekly Downloads

1

Version

1.0.4

License

MIT

Last publish

Collaborators

  • joshwyatt