Info
Version: | 1.0.5 |
Author(s): | T.M |
Last Update: | Thursday, June 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Z3r0z0/argumentreader |
NuGet Url: | https://www.nuget.org/packages/CommandLineArgumentsLib |
Install
Install-Package CommandLineArgumentsLib
dotnet add package CommandLineArgumentsLib
paket add CommandLineArgumentsLib
CommandLineArgumentsLib Download (Unzip the "nupkg" after downloading)
Dependencies
- CommandLineMarshalerLib(>= 1.0.5)
Tags
The standard project assist 4 types of arguments:
Boolean
Strings (*)
Integers (#)
Doubles (##)
Own argument types can be build with own classes. They need to inherit from the ArgumentMarshalerLib.
Libraries are loading dynamically on startup. It is not necessary to recompile the complete solution.