Open boehmseb opened 10 months ago
Hi @daneah , I saw that some of my other PRs got merged recently.
Is there any chance that this enhancement can also be merged soon? I would really like to go back to using mainline trogon for my application and this here is currently the only thing preventing me from doing so.
If there is anything I can do to help with getting this merged, please let me know.
Hey @boehmseb! I will be doing what I can to keep picking up some of Trogon's needs—I can't make any specific guarantees about my time, though! FWIW I see I had already written some pending code review comments, so I'll revisit this one near the top of my list.
Adds basic support for click's
MultiCommand
s (see #62).MultiCommands can basically be treated like a
Group
. The only difference is how you iterate over the subcommands.