Greg Anderson
Greg Anderson
I'm proposing reverting the bash entrypoint in #6146.
I wouldn't mind seeing annotated_command retired. I don't know off the top of my head if there's anything it does that Symfony can't do (e.g. can Symfony hook everything we...
The general idea of the OutputFormatter design is that, for information-gathering commands, if you have a table of data that you'd like to output, then presumably the status code should...
We had talked about moving FormatterTrait to consolidation/output-formatters. I would like to do that. I think this implies that [src/Attributes/FieldLabels.php](https://github.com/drush-ops/drush/pull/6135/files#diff-77e85b11336db8c2b0c161f3b0762d5a908d5e228f51c43bf3af77c5dd5049af) and the other format-related attributes would also need to move...
Yes, I was thinking that filter could happen in the format trait. I think that consolidation/output-formatters should have the trait and format attributes, so that they are available when that...
I like the requirement to call some method in `configure()` to set up the formatter options. I am not very fond of using a static method for this, though. Perhaps...
I am also wondering if formatter options can somehow be set up by calling methods in `configure()`, just as args and options are set up, rather than having folks provide...
Maybe those methods could be in the FormatterTrait.