alwaysai / alwayscli

A framework for building command-line interfaces in Node.js
Other
6 stars 2 forks source link

fix: Show built-ins `-h --help -v --version` in usage #9

Closed carnesen closed 4 years ago

carnesen commented 5 years ago

Currently the feature cli --version(#5 ) is undocumented. It should show up in the top-level command usage.

carnesen commented 5 years ago

Updated to include -h etc.

carnesen commented 4 years ago

Howdy yall! This project was originally a copy-paste fork of @carnesen/cli, which I've continued to work on over the last six months. I just put out the 0.5.0 release including thorough online documentation and examples. @carnesen/cli is also fully isomorphic, so it works in a browser too! Check it out and star the project's repo on GitHub if you like what you see. Since that's the more actively maintained fork of this project, I'll close my feature requests here. As always, please just let me know by GitHub or email if there's anything I can do to help with any of my open-source contributions.