Replies: 1 comment
-
|
@ssbarnea Not for typer specifically, but I did this for Click and it worked: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First check
I wanted to use two click plugins in parallel but adding my
CustomTyper(typer.Typer)class allows me to specify only one class to use.Description
Is it possible to [...]?
Additional context
I also tried to add another CustomGroup class that inherits from both but it did not had the desired effect as some methods shadows the ones from the other class.
Are such click plugins mutually exclusive or is a way to make use of them in parallel?
Beta Was this translation helpful? Give feedback.
All reactions