Closed nfischer closed 6 years ago
It'd be handy to add --version to the shx binary:
--version
shx
$ shx --version 0.2.2
This is handy when using shx globally (which is the easiest way of reproducing bugs).
Also, we should probably include the version of the bundled shelljs:
$ shx --version 0.2.2 (using shelljs@a.b.c)
It'd be handy to add
--version
to theshx
binary:This is handy when using
shx
globally (which is the easiest way of reproducing bugs).