nomnom icon indicating copy to clipboard operation
nomnom copied to clipboard

Option parser for node with generated usage and commands

Results 52 nomnom issues
Sort by recently updated
recently updated
newest added

The docs say > If no commands are called (the script is simply run without arguments), -h will be called automatically unless you've disabled this feature using the .autoShowHelp(false) API...

`error An unexpected error occurred: "https://registry.yarnpkg.com/nomnom/-/nomnom-2.0.0.tgz: Request failed \"404 Not Found\"".` NPM is saying the latest available version is 1.8.1 from 3 years ago, but also shows this as of...

Remove test/ folder from being published with the npm package

Otherwise, NPM would display a different license than the one used on Github.

This would create a conflict between what Github says about license, and what NPM says about license.

Hi, Just adding the license info in the package.json file. It makes some people's life (a tiny bit) easier. Thanks ! Camille

I'm working on the open source project VersionEye. By adding to the license info to the package.json it's much easier for OS tools to read out the license info and...

Example: ``` var options = { noLineNumbers: { abbr: 'n', full: 'no-line-numbers' } }; ``` will be an option which won't ever be matched, because when you pass `--no-line-numbers` as...