Textualize / trogon

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

Add support for click.MultiCommand #71

Open boehmseb opened 6 months ago

boehmseb commented 6 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.