Info
Version: | 1.0.2 |
Author(s): | Richard Schoen - RichardSchoen.Net |
Last Update: | Friday, April 13, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/RSCommandLineParse |
Install
Install-Package RSCommandLineParse
dotnet add package RSCommandLineParse
paket add RSCommandLineParse
RSCommandLineParse Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Parameters can be passed starting with -- or - or / as prefix character followed by a space or = between parm name and value.
Example: app.exe --action=run or --action run
Parameters are returned in a Dictionary object or a Hashtable object. Dictionary object is preferred.
The assembly is compiled at .Net version 4.0 level compatability.