gsscoder / commandline

Terse syntax C# command line parser for .NET with F# support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimeSpan option failing to parse with "bad format"

georgiosd opened this issue · comments

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?

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