Fix subcommand selection #112
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> versionwill always be matched before
abra version.Closes #108
e11b44888fto35d5df14aaBeautiful 🚀