nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.
http://pypi.python.org/pypi/honcho
MIT License
1.59k stars 145 forks source link

`honcho run` doesn't parse non-option arguments correctly #159

Closed benwilber closed 8 years ago

benwilber commented 9 years ago
$ honcho run -- make
/bin/sh: --: invalid option
Usage:  /bin/sh [GNU long option] [option] ...
    /bin/sh [GNU long option] [option] script-file ...
...

Everything after -- should be considered the command (with arguments) to run.