1.0.8 • Published 4 years ago

ez-args-help v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago