openuado / niet

Parse/Read yaml or json files directly in your shell (sh, bash, ksh, ...)
https://pypi.org/project/niet/
MIT License
39 stars 7 forks source link

Added version info to help or -v #29

Closed fvant closed 6 years ago

fvant commented 6 years ago

It would be great to see the version installed and determine if it is the latest by a -v option or showing it in the help text

4383 commented 6 years ago

Thank you for the feature proposal. Currently you can find the version by using:

pip freeze | grep niet
4383 commented 6 years ago

Well! Now Available on niet 1.4.0 This feature is now available on pypi! You can get it by updating niet:

pip install -U niet

Or by using the version 1.4.0:

pip install niet==1.4.0