ddollar / foreman

Manage Procfile-based applications
http://ddollar.github.com/foreman
MIT License
6.03k stars 633 forks source link

Odd error message when you skip the 'start' command and include a -f #766

Open fearoffish opened 4 years ago

fearoffish commented 4 years ago

A weird error message is given if you skip the start command but give a Procfile:

$ foreman -f somefile
Could not find command "_f".

Not really a big deal, but a helpful message would be more useful in this case.