ez-args-help
ISC```js 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 secon
85
Security score
0 known advisories in v1.0.8
Weekly downloads
—
Unpacked size
1.0 kB
Dependencies
0
Last publish
6 years ago
Security advisories
No known vulnerabilities affect v1.0.8.