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

Unnecessary change --update_cache to --update #91

Closed StelFux closed 4 years ago

StelFux commented 4 years ago

The majority of clients that allow to update their cache use --update, this allows to keep a certain unity. One of the consequences encountered with topgrade (utility trying to update the program maximum), not knowing which clients are facing it, it tries the most common method.

StelFux commented 4 years ago

After a closer look, the ArgParse library considers that passing --update as an argument is the same as passing --update_cache. So I close this pull request, which is no longer necessary.

zlatanvasovic commented 4 years ago

@StelFux Thanks for the work on this nevertheless. :smile: