-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi Pydantic-CLI Team!
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.
Metadata
Metadata
Assignees
Labels
No labels