alwaysai / alwayscli

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

Build in support for common "version" commands #5

Closed carnesen closed 5 years ago

carnesen commented 5 years ago

The first thing a user does when they pick up a new CLI is cli --version or cli -v to see if it's working. This suggestion is to hijack those specific inputs and print a version identifier for the CLI. @rsmillersf I'm just going to work on this right now. Shouldn't take but half an hour or so...