jigarius / drall

A tool to run drush commands on multi-site Drupal installations.
GNU General Public License v3.0
33 stars 5 forks source link

Sort token values by default; Use --no-sort to disable sorting #82

Closed jigarius closed 10 months ago

jigarius commented 1 year ago

Motivation

In sites.php the values are not sorted. If you monitor the output, it seems a bit odd. You see a site with z first and then a site with a when you're reading the logs.

Proposed solution

jigarius commented 10 months ago

Doesn't seem necessary. If the user wants to sort $sites entries, they can do so manually in sites.php.