ez-args-help

1.0.8 • Public • Published
const program = require("ez-args");
const cli = new program();
cli.use(require("ez-args-help"),{
    helpText: 'My help text, the commands get listed below'
});
//Note helpText is optional
cli.start();
//Here is a simple help command, setup in seconds

Readme

Keywords

none

Package Sidebar

Install

npm i ez-args-help

Weekly Downloads

0

Version

1.0.8

License

ISC

Unpacked Size

1.03 kB

Total Files

3

Last publish

Collaborators

  • salvage_dev