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

Updated all commands to use the SymfonyStyle #5651

Closed
wants to merge 2 commits into from
Closed

Updated all commands to use the SymfonyStyle #5651

wants to merge 2 commits into from

Conversation

hiddewie
Copy link

@hiddewie hiddewie commented Feb 4, 2016

The Symfony Style defines one default style for all commands using the Symfony Console code. Because Docrine has a number of commands, it would look nice if the commands made use of the Symfony style. This makes the output more human friendly to read.

Additions and comments are welcome, for example about which style to use for which messages.

All tests pass (although some commands are not tested).

Some text about the style guide is written in http://symfony.com/blog/new-in-symfony-2-8-console-style-guide.

@Ocramius Ocramius self-assigned this Feb 4, 2016
@Ocramius
Copy link
Member

Ocramius commented Feb 4, 2016

Looks good, but the SymfonyStyle was added in 2.7, if I remember correctly: therefore you should bump the dependency also in composer.json

@hiddewie
Copy link
Author

hiddewie commented Feb 4, 2016

Thanks. I forgot the version bump. Committed.

@lcobucci
Copy link
Member

lcobucci commented Nov 24, 2017

@hiddewie I'm truly sorry for that! I didn't even see that we had this PR improving the commands. We indeed have much to improve on maintaining doctrine packages but I hope that you feel a bit happy with the fact that, even though is not your code, we now have better output for the commands.

@lcobucci lcobucci assigned lcobucci and unassigned Ocramius Nov 24, 2017
@lcobucci lcobucci added this to the 2.6.0 milestone Nov 24, 2017
@lcobucci
Copy link
Member

Addressed by #6655

@lcobucci lcobucci closed this Nov 24, 2017
@hiddewie
Copy link
Author

No problem, I am definitely happy the command output is more beautiful because of the other PR!

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

Successfully merging this pull request may close these issues.

None yet

3 participants