Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using start as the default command? #748

Open
eloyesp opened this issue Dec 11, 2019 · 1 comment
Open

Using start as the default command? #748

eloyesp opened this issue Dec 11, 2019 · 1 comment

Comments

@eloyesp
Copy link

eloyesp commented Dec 11, 2019

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
Copy link
Author

eloyesp commented Jul 6, 2020

Ping, any news about this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant