jpdillingham / Utility.CommandLine.Arguments

A C# .NET class library containing tools for parsing the command line arguments of console applications.

Home Page:http://dillingham.ws/tools/CommandLine.Arguments-Simple-Parsing-of-Command-Line-Arguments/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove support for unquoted forward slashes as values

jpdillingham opened this issue · comments

Presently, something like foo /bar.txt is supported. This breaks when parsing /a /b /c into three boolean parameters, so support for this needs to be removed from the regular expression.

Following this change, any values beginning with a forward slash will need to be quoted.

Closed by #58