SvenGroot / Ookii.CommandLine

Ookii.CommandLine is a powerful and flexible command line argument parsing library for .Net applications, supporting PowerShell-like and POSIX-like conventions, as well as subcommands.
MIT License
27 stars 7 forks source link

Add a property to allow changing the NameValueSeparator #4

Closed ghost closed 2 years ago

ghost commented 5 years ago

Add a property to allow changing the CommandLineParser.NameValueSeparator from the constant ':' to another value. Eg: '='

ghost commented 3 years ago

This fix looks great, have you an ETA for pushing the package to NuGet?

SvenGroot commented 2 years ago

This has been fixed in v2.4 (sorry it took so long to release that).