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

Enum and EnumFlag command line option parsers to support enums with u… #84

Closed pkirsanov closed 7 years ago

pkirsanov commented 7 years ago

…nderlying type long

I ran out of bits in my flag, needed to extend it to 64 bits.