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

Flag handling library for node.js.

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

Thanks for adding this library to the Node.js ecosystem, I was wondering if you could add a license so that people can whose GitHub is associated with their employer can...

Is there a way to make a flag required? And if the flag is not present automatically print the --help text?

Hi! You guys spelled animal wrong in the flags.defineStringList() JSDoc. You spelled it "anmial". Context: ```js /** * Defines a string list flag. e.g. --anmial=frog,bat,chicken * @param {string} name The...

Command-line arguments not recognised as flags are returned in an array from `parse()` instead of triggering an error. The `--` is not required for this to happen, but it is...