1.0.8 • Published 6 years ago

ez-args-help v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago
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
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago