`tldr --search "KEYWORDS"` does not work
FazleArefin opened this issue · 4 comments
FazleArefin commented
tldr --search seems to be not implemented
❯ tldr --version
tldr 3.2.0 (Client Specification 1.5)
❯ tldr --search memory
Please update cache
❯ tldr --search ls
Please update cache
❯owenvoke commented
For some reason it's --update_cache (or -u). 🤔
Line 431 in 6536569
I think we should alias this if possible, so it's --update (but support --update_cache for backwards compatibility).
FazleArefin commented
For some reason it's
--update_cache(or-u). 🤔Line 431 in 6536569
I think we should alias this if possible, so it's
--update(but support--update_cachefor backwards compatibility).
Sorry for the confusion. I meant to say tldr --search does not work
kbdharun commented
Can confirm this issue, I was able to replicate it too.