You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 complainserror: 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 ubuntuThe text was updated successfully, but these errors were encountered: