Guaka icon indicating copy to clipboard operation
Guaka copied to clipboard

Escape values

Open yonaskolb opened this issue 8 years ago • 1 comments

Is there a way to escape a flag?

I wanted to have a command that passes along some arbitrary arguments and flags in a flag to a different script mycommand --args "--flag value", but Guaka complains as it doesn't see "--flag value" as a single string

yonaskolb avatar Sep 27 '17 14:09 yonaskolb

Just noticed that it works with an equal sign mycommand --args="--flag value"

yonaskolb avatar Sep 27 '17 14:09 yonaskolb