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

tldr: error: argument command: invalid choice #134

Closed casperdcl closed 4 years ago

casperdcl commented 4 years ago

Affects current master

$ python --version
3.7.6
$ pip install 'git+https://github.com/tldr-pages/tldr-python-client@master#egg=tldr'
$ tldr ls
tldr: error: argument command: invalid choice: 'ls' (choose from [])
MasterOdin commented 4 years ago

This has been fixed on master. Leaving the PR open as I continue to evaluate shtab, but will not merge before 1.1.0 release.