Fix subcommand selection #112
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-subcommand-select"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
e11b44888f
to35d5df14aa
Beautiful 🚀