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

Need to support nested usecases with a default #6

Closed
bradcypert opened this issue Mar 15, 2022 · 1 comment
Closed

Need to support nested usecases with a default #6

bradcypert opened this issue Mar 15, 2022 · 1 comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers

Comments

@bradcypert
Copy link
Contributor

We're working on Steward's CLI and finding that we cant support both of the following:

steward new App
steward new controller MyController

It would be ideal yo support this. To do this, I think we need to keep the previous match in memory until we dont have a match, then call the previous match with the remaining tokens as arguments. I dont think this should be bad to implement, but I could be wrong.

@bradcypert bradcypert added bug Something isn't working enhancement New feature or request good first issue Good for newcomers labels Mar 15, 2022
@bradcypert
Copy link
Contributor Author

This is fixed in 0.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant