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
Sort these records alphabetically by default.
If someone doesn't want the sorting, they can say --no-sort?
Motivation
In
sites.php
the values are not sorted. If you monitor the output, it seems a bit odd. You see a site withz
first and then a site witha
when you're reading the logs.Proposed solution
--no-sort
?