foreman
foreman copied to clipboard
Using start as the default command?
I've been using foreman for a long time on development and most of the time, when I run foreman I want to start it, I think it is a rather sane default.
Help is accessible anyway using foreman help
and foreman --help
so people can find it way to run the other tasks.
I would make a pull-request, but it is a single line change:
class Foreman::CLI < Thor
default_task :start
# ...
end
Regards.
Ping, any news about this?