Replies: 4 comments 1 reply
-
Try extending |
Beta Was this translation helpful? Give feedback.
-
Have you solved your problem? |
Beta Was this translation helpful? Give feedback.
-
I tried inheriting from cloud.Group instead of click.MultiCommand, but that didn't work (the sub-commands did not get listed). |
Beta Was this translation helpful? Give feedback.
-
@wabiloo If you have any feedback on lazy-loading, please share it here: #103. Note that click maintainers are considering deprecating |
Beta Was this translation helpful? Give feedback.
-
I am trying to enable a plugin-based architecture, along the lines of the click documentation at https://click.palletsprojects.com/en/8.1.x/commands/#custom-multi-commands.
However, when I do that, naturally the output looks black and white, and not the cloup colored output I've got used to.
I was thinking I could just replace the inheritance to
cloup.MultiCommand
, but that does not seem to exist.Am I missing something obvious?
Beta Was this translation helpful? Give feedback.
All reactions