kenany / nwitch

A simple, pluggable IRC bot.
https://github.com/nwitch
MIT License
7 stars 0 forks source link

CLI flags for printing version info #18

Closed kenany closed 10 years ago

kenany commented 10 years ago
$ nwitch --version
0.3.0
$ nwitch -v
0.3.0

Maybe even --versions? A little redundant since npm --versions can already print this if needed.

$ nwitch --versions
{ node: '0.10.21',
  npm: '1.3.14' }