-
Notifications
You must be signed in to change notification settings - Fork 25
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
Allow ending parameter token #194
Comments
Good point! |
After giving it some thought, I'd prefer a separate terminating token. |
I think that'd be perfect. Btw, If you could add an escape character like |
possible new rules:
|
Now part of release 1.1.1 🚀 |
|
Also allow ending parameter token, so that name parameter can be defined without needing to have white space at the end.
for example
sudo find / -iname "*#string*"
here hoard replaces everything after "#" unless you put a space after "#string".
Possible solution, we can define another parameter token like "@" or use same token twice for ending.
sudo find / -iname "*#string@*"
sudo find / -iname "*#string##*"
#151
The text was updated successfully, but these errors were encountered: