Open
Description
Example:
new Option<byte>(new[] {"-v", "--version"}, "Sets the file format version"),
new Option<uint>(new[] {"-v", "--version"}, "Sets the file format version"),
Produces:
Cannot parse argument '1' for option '-v' as expected type 'System.Byte'.
Cannot parse argument '11' for option '-v' as expected type 'System.UInt32'.
ushort
works and gives error for negative numbers!
Metadata
Metadata
Assignees
Labels
No labels