Guaka
Guaka copied to clipboard
Escape values
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
Just noticed that it works with an equal sign mycommand --args="--flag value"