markpitchless / moosex-getopt-usage

Perl Moose Role to use with MooseX::Getopt to generate a coloured usage message from your classes meta
2 stars 2 forks source link

Order of attributes in role instead of class #13

Open vitduck opened 8 years ago

vitduck commented 8 years ago

I collect all optional attributes to a role, for instance, XYZ::Getopt, which is then consumed by the main class. This works but the order of which they appear in the usage message seems to be randomized. Is there a way around this issue ?