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

Can't query command with space using tldr #695

Closed
Alex-duzhichao opened this issue Mar 2, 2022 · 2 comments · Fixed by #766
Closed

Can't query command with space using tldr #695

Alex-duzhichao opened this issue Mar 2, 2022 · 2 comments · Fixed by #766
Labels
bug Something isn't working

Comments

@Alex-duzhichao
Copy link

Hi, I want using tldr to query "openssl x509". If I do tldr openssl x509, the result is what I want.
But if I do navi --tldr openssl x509, navi complains error: Found argument 'x509' which wasn't expected, or isn't valid in this context.
So I try to add quote to the parameter navi --tldr "openssl x509", navi runing for a while and messes up my terminal finally.

navi.mp4

I think navi should support query command with space using tldr.
I am using zsh 5.8.1 on ubuntu

@Alex-duzhichao Alex-duzhichao added the bug Something isn't working label Mar 2, 2022
@denisidoro
Copy link
Owner

Thanks for reporting. I'll look into it

@denisidoro
Copy link
Owner

Actually this happens whenever tldr <arg> fails to find a result

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants