nickstenning / honcho

Honcho: a python clone of Foreman. For managing Procfile-based applications.

Home Page:http://pypi.python.org/pypi/honcho

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support color output by processes

levkk opened this issue · comments

Any process launched by honcho from the Procfile will disable its own color output. I think this may be because Popen is not a real shell, and the processes detect that. According to this answer, we need to use pty instead of subprocess.