lsc
lsc copied to clipboard
option --version missing
Hello,
Currently in LSC, you don't have --version
to know which version you used.
I see two solutions :
- add a
--version
option - print LSC's version when using
lsc -v
Currently you can look at package version (for example dpkg -l | grep lsc)
We can grep the "version" option in bin/lsc and return the version from LSC core jar.
as a warm-up i will work on this one.
done, to review ...