Fix subcommand selection #112

Manually merged
decentral1se merged 1 commits from fix-subcommand-select into main 2021-03-20 20:19:18 +00:00

1 Commits

Author SHA1 Message Date
3wc 35d5df14aa Fix subcommand selection..
continuous-integration/drone/pr Build is failing Details
..by sorting the list of subcommand function names in descending order
of how many '_' are in them. This means that `abra app <app> version`
will always be matched before `abra version`.

Ref #108
2021-03-20 19:07:02 +02:00