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

Add support for nested subcommands #17

Open
novastosha opened this issue Sep 15, 2023 · 1 comment
Open

Add support for nested subcommands #17

novastosha opened this issue Sep 15, 2023 · 1 comment

Comments

@novastosha
Copy link

novastosha commented Sep 15, 2023

Add support for ways to nest subcommands

One of the important implementations can be by nesting a subcommand that only has arguments and no options

Which would result in a syntax like this: test.exe subcommand <option> nested_subcommand <options/arguments>

@JordanMarr
Copy link
Owner

JordanMarr commented Sep 16, 2023

Show me how you would expect your example above might look if this was implemented.

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

2 participants