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
I want to create an application with nested parser. What I want to accomplish would look like this:
cli command1 subcommand1 [subcommandoptions]
subcommand1 can be registered via pluggy (in my case) and are loaded at the beginning of the application. But I could not find an example in your documentation how to do this. Can i leverage the SubParser API in some way or form or is this impossible with the current implementation.
Best Regards.
The text was updated successfully, but these errors were encountered:
Hi Pydantic-CLI Team!
I want to create an application with nested parser. What I want to accomplish would look like this:
subcommand1
can be registered via pluggy (in my case) and are loaded at the beginning of the application. But I could not find an example in your documentation how to do this. Can i leverage the SubParser API in some way or form or is this impossible with the current implementation.Best Regards.
The text was updated successfully, but these errors were encountered: