node-argp icon indicating copy to clipboard operation
node-argp copied to clipboard

Command-line option parser.

Results 4 node-argp issues
Sort by recently updated
recently updated
newest added

After studying the code, it appears nearly flexible enough to be used in a headless environment. Even though it contains calls to console, the library will not talk to the...

Here's a trivial change to the type conversion error message that makes errors involving the `Number` type look just a bit nicer: ``` testprog: Option 'testopt' is not a number...

Here's a small change to the invocation of an option's reviver function that informs the function of the option name. This allows reviver functions to fail with error messages written...

Hey, So far seems like a decent lib. At least the autogenerated help texts aren't an ugly mess of unnecessary whitespace they are in koolaid argparsers. :) Anyways, I'm trying...

enhancement