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