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

Support for multi argument parameters #26

Open
DarkArc opened this issue Jan 2, 2020 · 1 comment
Open

Support for multi argument parameters #26

DarkArc opened this issue Jan 2, 2020 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@DarkArc
Copy link
Member

DarkArc commented Jan 2, 2020

Allow ArgumentConverter to specify a range of arguments for instance, for a coordinate parser, you could specify that 1 - 3 arguments should be tried. The parser can then trial parse 3 arguments, and walk down until it gets a match, or it fails.

@octylFractal
Copy link
Member

Personally I am not willing to make this happen soon, but I am not against it. If someone PR's it, then I will review and merge it, but I believe it will require a significant rewrite of the current parser.

@octylFractal octylFractal added enhancement New feature or request help wanted Extra attention is needed labels Jan 2, 2020
@wizjany wizjany changed the title Support for mutli argument parameters Support for multi argument parameters Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants