Textualize / trogon

Easily turn your Click CLI into a powerful terminal application
MIT License
2.5k stars 54 forks source link

Add support for click.MultiCommand #71

Open boehmseb opened 10 months ago

boehmseb commented 10 months ago

Adds basic support for click's MultiCommands (see #62).

MultiCommands can basically be treated like a Group. The only difference is how you iterate over the subcommands.

boehmseb commented 1 month 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.

daneah commented 1 month ago

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.