Parses a value for this option.
protected static T Parse<T>(string? value, OptionContext c) where T : ISpanParsable<T>
A string representation of the value.
The parsing context.