Top 20 NuGet 0x776d-argumentslib Packages
With Argument Reader command line arguments can be passed into a .net core application. The standard project assist 3 types of arguments:
* Boolean
* Strings (\*)
* Integers (#)
Own argument types can be build with own classes. They need to inherit from the ArgumentMarshale...