Andrew Schmid

Results 3 comments of Andrew Schmid

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`