gsscoder / commandline

Terse syntax C# command line parser for .NET with F# support
1.63k stars 293 forks source link

TimeSpan option failing to parse with "bad format" #493

Open georgiosd opened 7 years ago

georgiosd commented 7 years ago

If defined a TimeSpan? property in my options and passed it as "00:30" from the commandline but it failed with "bad format".

Is this not supported?

SuperJMN commented 7 years ago

I'm having the same problem with a nullable enum.