Fix subcommand selection #112

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

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.

Closes #108

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`. Closes #108
3wordchant added 1 commit 2021-03-20 17:01:49 +00:00
continuous-integration/drone/pr Build is failing Details
e11b44888f
Fix subcommand selection..
..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
3wordchant force-pushed fix-subcommand-select from e11b44888f to 35d5df14aa 2021-03-20 17:07:28 +00:00 Compare
decentral1se manually merged commit ece5385a38 into main 2021-03-20 20:19:18 +00:00
Owner

Beautiful 🚀

Beautiful 🚀
Sign in to join this conversation.
No description provided.