foreman icon indicating copy to clipboard operation
foreman copied to clipboard

Using start as the default command?

Open eloyesp opened this issue 5 years ago • 1 comments

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.

eloyesp avatar Dec 11 '19 14:12 eloyesp

Ping, any news about this?

eloyesp avatar Jul 06 '20 12:07 eloyesp