Jon Sequeira
Jon Sequeira
@CESARDELATORRE, this *capability* is supported right now but the API is awkward. Improving the API will likely be done along with improvements to enable #310, and it's fairly high priority...
@srsaggam This deserves a separate issue. If you type `ab` and hit tab do you see the expected behavior?
Currently, a custom parse delegate is the recommended approach, although we'll likely add first-class API for this in the future.
The issue title proposes one solution but I'd like to better understand the problem a bit better. In particular, how would the format provider be chosen? Do we want end...
We can certainly design an API for passing an `IFormatProvider` into the parser, and in fact you can use a custom format provider already by passing a `ParseArgument` to the...
You raise a valid use case. This looks related to #1469 and #1502. Have you looked at those and do you think it would address this issue?
It's a little stale, potentially ready, and extra eyes on it are always welcome.
Off the top of my head, I'm not sure what the reason for this is, but the argument being shown as optional (i.e. surrounded by `[ ]`) is definitely misleading:
@ptr727 @asasine What versions of System.CommandLine are you using? The code provided isn't complete enough for me to reproduce the issue and at least as of 2.0.0-beta1.21308.1, my attempt at...
Can you provide a small and complete repro of the issue, ideally in the form of a test with an assertion showing the expectation?