tldr-pages / tldr-python-client

:snake: Python command-line client for tldr pages 📚
https://pypi.org/project/tldr/
MIT License
599 stars 95 forks source link

add version option to tldr cli #103

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago
$ tldr --version
tldr 1.0.0 (Client Specification 1.2)

This also sets the version in setup.py to use whatever is defined in tldr.py instead of pulling it out of source management.