Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tldr --search "KEYWORDS" does not work #231

Open
fazlearefin opened this issue Feb 22, 2024 · 4 comments · May be fixed by #244
Open

tldr --search "KEYWORDS" does not work #231

fazlearefin opened this issue Feb 22, 2024 · 4 comments · May be fixed by #244
Labels

Comments

@fazlearefin
Copy link
Member

fazlearefin commented Feb 22, 2024

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
@owenvoke
Copy link
Member

owenvoke commented Feb 22, 2024

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).

@fazlearefin
Copy link
Member Author

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

@kbdharun
Copy link
Member

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

@kbdharun kbdharun added the bug label Feb 22, 2024
@owenvoke
Copy link
Member

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

@CleanMachine1 CleanMachine1 linked a pull request Apr 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants