You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Allow
ArgumentConverter
to specify a range of arguments for instance, for a coordinate parser, you could specify that1 - 3
arguments should be tried. The parser can then trial parse 3 arguments, and walk down until it gets a match, or it fails.The text was updated successfully, but these errors were encountered: