Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested Parser #53

Open
falknerdominik opened this issue Feb 22, 2023 · 0 comments
Open

Nested Parser #53

falknerdominik opened this issue Feb 22, 2023 · 0 comments

Comments

@falknerdominik
Copy link

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.

@falknerdominik falknerdominik changed the title SubSubParser Nested Parser Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant