Andrew Schmid
Results
3
comments of
Andrew Schmid
It's on v0.6.5
The workaround I'm using is ```cs public class ExampleCommand : Command { public ExampleCommand() : base("example") { Option urlOption = new("--url") { Required = true, }; urlOption.Validators.Add(result => { var...
wow thank you. should've looked a little harder, I see that example in `TypeConversionTests.cs`