tldr-pages/tldr-python-client

`tldr --search "KEYWORDS"` does not work

FazleArefin opened this issue · 4 comments

tldr --search seems to be not implemented

tldr --version
tldr 3.2.0 (Client Specification 1.5)tldr --search memory
Please update cachetldr --search ls
Please update cache

For some reason it's --update_cache (or -u). 🤔

parser.add_argument('-u', '--update_cache',

I think we should alias this if possible, so it's --update (but support --update_cache for backwards compatibility).

For some reason it's --update_cache (or -u). 🤔

parser.add_argument('-u', '--update_cache',

I think we should alias this if possible, so it's --update (but support --update_cache for backwards compatibility).

Sorry for the confusion. I meant to say tldr --search does not work

Can confirm this issue, I was able to replicate it too.

Ah, my bad. 👍🏻 Well, I opened a PR to add the --update support anyway. 🤷🏻 #232