fclp / fluent-command-line-parser

A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface
Other
530 stars 86 forks source link

Error during parsing datetime parameter is ignored #116

Open bpupiec opened 3 years ago

bpupiec commented 3 years ago

If a datetime argument is defined in parser, but datetime is passed with invalid format (all letters for example) then error no error is raised. Argument remains unset even if marked as required, application is not stopped and continues operation.