commandlineparser / commandline

The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
MIT License
4.47k stars 473 forks source link

Announcing CommandLineParser v2.9.0-preview1 #670

Open moh-hassan opened 3 years ago

moh-hassan commented 3 years ago

CommandLineParser v2.9.0-preview1 is releases Today (july 24, 2020) with new features. The package can be downloaded from:

C#: https://www.nuget.org/packages/CommandLineParser/2.9.0-preview1 F#: https://www.nuget.org/packages/CommandLineParser.Fsharp/2.9.0-preview1

What is new in that version, read Changelog

The new features:

oolong2 commented 3 years ago

How do flags work? Trying to figure out how to specify multiple values for an enumeration in the command line....

moh-hassan commented 3 years ago

Enum Flags in wiki show how to use multiple values for an enumeration. Try online demo.