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

Handling default values with spaces #33

Closed
vinayak-gadkari opened this issue Sep 3, 2018 · 3 comments
Closed

Handling default values with spaces #33

vinayak-gadkari opened this issue Sep 3, 2018 · 3 comments
Labels
bug Something isn't working

Comments

@vinayak-gadkari
Copy link

"command": "find . -type f -name \u003cname='*'\u003e -exec \u003ccmd1='grep -i'\u003e \;",

How can I pass "grep -i" as a default value for the parameter cmd1?
I tried using quotes and escaping , nothing works. Please advise.

junyu-w added a commit that referenced this issue Sep 13, 2018
#33 - fix default value with whitespace issue
@junyu-w junyu-w reopened this Sep 13, 2018
@junyu-w
Copy link
Owner

junyu-w commented Sep 13, 2018

hi @vinayak-gadkari , this is indeed a bug and the fix has been merged to develop, you could follow the steps to build corgi from scratch or wait for the next release :) thanks!

@junyu-w junyu-w added bug Something isn't working pre-release-done Code changes have been merged into develop but not yet released. Build from scratch to try it out. labels Sep 13, 2018
@junyu-w junyu-w added this to the v0.2.4 Release milestone Sep 13, 2018
@vinayak-gadkari
Copy link
Author

Fantastic support @DrakeW :-)

@junyu-w
Copy link
Owner

junyu-w commented Sep 16, 2018

v0.2.4 has been released with the requested feature!

@junyu-w junyu-w removed the pre-release-done Code changes have been merged into develop but not yet released. Build from scratch to try it out. label Sep 16, 2018
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

No branches or pull requests

2 participants