commandlineparser / commandline

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

Fix parsing values which starts with dash, but has whitespace inside. #892

Open kant2002 opened 1 year ago

kant2002 commented 1 year ago

this is required when your option can accept command line arguments to other applications.

See https://github.com/dotnet/BenchmarkDotNet/pull/2320#issuecomment-1577300888 for example of parsing issues