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

Add Enum with FlagsAttribute Parser #27

Closed alexruzzarin closed 9 years ago

alexruzzarin commented 9 years ago

I added the parser to enum with flags, which was a requirement that my company had. Basically made a copy of the original parser with some modifications. Note: I created some tests, but do not know if they follow the project standard.

siywilliams commented 9 years ago

This looks great. I'll have a proper look later. The project has a Frankenstein problem with the tests, I need to tidy them up. I'm happy with the ones you've provided already.

siywilliams commented 9 years ago

thanks @alexruzzarin

siywilliams commented 9 years ago

Released in v1.4

https://www.nuget.org/packages/FluentCommandLineParser/1.4.0