Moshe Weitzman
Moshe Weitzman
Oh, I forgot that we only need to use the Composer API for loading global packages, and we can use an existing discovery method for commands that ship in modules....
Reminder that there is a bit of Drupal autoloader code in https://github.com/drush-ops/drush/blob/d6d05512b32ea4dd4983e40b0e0a6e30236050f2/src/Commands/core/CacheCommands.php#L220
I dont think we do grouping within a table anywhere else in Drush. We used to, and it got awkward. What we do is use a default output format of...
I'm not sure that dependency is deliberate. Might be change that check to survive that package being missing. ping @greg-1-anderson
I would prefer that over a new dependency. We dont speak http and I dont want anyone to get ideas that we should.
grep is a very good approach IMO. If you want to be more precise, you can usually use the --filter option on table output but for some reason that option...
I see now that you want to add a new type of status. I'll leave this open as a feature request
That option is added in https://github.com/drush-ops/drush/pull/5014
PRs should now target 11.x branch. Also, how do i test this? what command?
Does this look OK to folks? Any unwanted side effects? This area isnt exactly my strength.