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

[Console] Added the possibility to set a different default command #9776

Closed
wants to merge 4 commits into from

Commits on Jan 4, 2014

  1. [Console] Added the possibility to set a different default command

    * Added new method `setDefaultCommand` and changed the logic in the doRun
    method in order to allow it to run by default a Command setted by the user
    instead of the `ListCommand`
    * Added tests
    * Should fix symfony#8058
    * Updated CHANGELOG
    dcsg committed Jan 4, 2014
    Copy the full SHA
    c53fe46 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2014

  1. Removed white spaces

    dcsg committed Jan 7, 2014
    Copy the full SHA
    d53bd86 View commit details
    Browse the repository at this point in the history
  2. Applyed @fabpot suggestions

    dcsg committed Jan 7, 2014
    Copy the full SHA
    e2da1c3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c070b80 View commit details
    Browse the repository at this point in the history