junyu-w / corgi

Corgi is a command-line workflow manager that helps with your repetitive command usages by organizing them into reusable snippet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling default values with spaces

vinayak-gadkari opened this issue · comments

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

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!

Fantastic support @DrakeW :-)

v0.2.4 has been released with the requested feature!