shelljs / shx

Portable Shell Commands for Node
MIT License
1.73k stars 45 forks source link

feature request: --version #111

Closed nfischer closed 6 years ago

nfischer commented 7 years ago

It'd be handy to add --version to the shx binary:

$ shx --version
0.2.2

This is handy when using shx globally (which is the easiest way of reproducing bugs).

nfischer commented 7 years ago

Also, we should probably include the version of the bundled shelljs:

$ shx --version
0.2.2 (using shelljs@a.b.c)