1.0.8 • Published 5 years ago

ez-args-help v1.0.8

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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago