You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, this seems to be broken. My guess is that the typer API changed such that @command no longer returns a typer object and now just returns the unchanged function. This package should be able to work with the app object but as you noted, that's also broken.
I found a workaround that I'm quite happy with, though:
Hi, and thanks for this library!
I'm trying the example from the README, but I'm getting the following error:
If I use
:command: my_app
(instead ofcli
), I get no error, but I see a bigmy_app
in the docs:my_app
header? I tried playing with:depth:
with no luck.The text was updated successfully, but these errors were encountered: