cliparse-node
cliparse-node copied to clipboard
Declarative CLI parsing for node
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Might be related to #9, I am looking into using https://www.npmjs.com/package/tabtab to do the completion work.
Right now the error display is a bit crude: ./subcommands.js number add AA BB int: invalid int: AA int: invalid int: BB ``` Usage: testCli number add INT INT add...
The zsh completion support is currently using zsh's bash completion compatibility layer and does not use zsh's completion support to its full extent. There is a WIP in the zsh-completion...