neodoc icon indicating copy to clipboard operation
neodoc copied to clipboard

Beautiful, hand-crafted commandline interfaces for node.js

Results 45 neodoc issues
Sort by recently updated
recently updated
newest added

Bumps [sockjs](https://github.com/sockjs/sockjs-node) from 0.3.19 to 0.3.21. Release notes Sourced from sockjs's releases. 0.3.21 Update faye-websocket and websocket-driver to address DDoS vulnerability #275 0.3.20 Updated node-uuid and coffeescript Exclude examples, tests,...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.16.2 to 1.18.1. Release notes Sourced from http-proxy's releases. Long overdue maintenance Due to some great contributions I'm happy to announce a new release of http-proxy containing...

dependencies

Bumps [tree-kill](https://github.com/pkrumins/node-tree-kill) from 1.2.0 to 1.2.2. Release notes Sourced from tree-kill's releases. v1.2.1 Changelog: add missing LICENSE file fix TypeScript definitions Commits cb47838 1.2.2 deee138 fix: handle sanitising better, add...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...

dependencies

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

- Use the PureScript 0.13 compiler - Use spago to build the project. This will probably also fix https://github.com/felixSchl/neodoc/issues/93

This works without a hitch 😂. ```js neodoc.parse(helpText, "foo") ``` Should be fixed by https://github.com/felixSchl/neodoc/pull/96

This is easily implementable with a small wrapper and would make it also usable in shell scripts or similar. The interface could be in the style of https://github.com/docopt/docopts.