jpdillingham / Utility.CommandLine.Arguments

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Breaking changes for v4.0.0

jpdillingham opened this issue · comments

  • Argument values beginning with a forward slash (/) must now be enclosed in quotes. Unquoted values are interpreted as additional arguments.