You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Commands under namespaces are sorted in the same order as defined in files which makes hard to find the right commands. Especially in custom namespaces defined in multiple classes. Example:
* master:
Remove latest unstable chiclet. Its not helpful.
Remove mentions of Shippable. (drush-ops#4079)
Add mysql service to Travis config. (drush-ops#4078)
Fix link in docs.
More docs about dynamic users in site.yml files.
Fixdrush-ops#4055. Sort inside namespaces in list command. (drush-ops#4057)
Print class name in drush_op()
Update dependencies. (drush-ops#4051)
UNISH_NO_TIMEOUTS is unused since we moved to CLITrait. (drush-ops#4047)
Add jsonapi command (drush-ops#4045)
Fixesdrush-ops#4034: Ensure that status code is nonzero on invalid shutdown (drush-ops#4037)
Add webflo/drupal-core-require-dev (drush-ops#4041)
Fix TTY detection for runserver command. (drush-ops#4033)
Add vagrant transport to Drush. (drush-ops#4036)
Commands under namespaces are sorted in the same order as defined in files which makes hard to find the right commands. Especially in custom namespaces defined in multiple classes. Example:
I would like to see the commands in alphabetical order inside namespaces.
Another solution would be to add an optional argument to define sorting method under namespaces.
This is a small modification but could improve user experience and may be easy to solve.
The text was updated successfully, but these errors were encountered: