-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
I got the following error passing a "command" as an argument to yesod devel:
> dotenv -o -- yesod devel --success-hook "echo foo"
Invalid argument `foo'
Usage: yesod [-d|--dev] [-v|--verbose] COMMANDIf I call it directly, it works as expected:
> yesod devel --success-hook "echo foo"My theory is that this is not related to yesod devel per se, but rather to how dotenv -- <command> <args> works, as it seems that is not properly escaping the arguments after --