-
-
Notifications
You must be signed in to change notification settings - Fork 389
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
Extended details on up to date migrations #917
Conversation
@dbu can you have a look at this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great!
i'm exploring the idea to use the (if accepted, this could be applied to all the other commands...) |
if using verbosity, i would use single -v, otherwise there might be too much noise from symfony debugging things. it sounds kind of natural to do that, but then again i don't know if there are other things reacting to the added verbosity. and having an explicitly named parameter would make it easier to spot the feature, though the description of the command could mention -v. another option could be to print by default but not with -q. really not sure which is better, but don't think its terribly important either. maybe check if -v (or -vv) prints much extra stuff in a vanilla symfony installation, and if not, go with that? |
If I understand it correctly, the current |
i think i agree with @alcaeus point. also about using a more specific name than some "synonym" for verbosity. |
4b339ae
to
fcc4567
Compare
fcc4567
to
849712c
Compare
Summary
alternative version to #886