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

remove empty list option from autocomplete #141

Closed MasterOdin closed 4 years ago

MasterOdin commented 4 years ago

This removes the + [[]] from the autocomplete for commands as it was being appended to the list of options and could then be selected by tabbing till hitting it, which then leads to an error. Given the changes from #132, it seems like this is no longer necessary, though will test this further on bash tomorrow when I'm not traveling.