tldr-pages / tldr-python-client

Python command-line client for tldr pages
https://pypi.org/project/tldr/
MIT License
592 stars 92 forks source link

Respect language settings when geting a list of commands #239

Closed frenzymadness closed 4 months ago

frenzymadness commented 5 months ago

Fixes: https://github.com/tldr-pages/tldr-python-client/issues/238

If you agree with this approach, I can add tests for that.

frenzymadness commented 4 months ago

I've added a test and squashed all fixups into a single commit.