Top 20 NuGet Packages depending on CommandLineMarshalerLib
Total dependencies: 1
With Argument Reader command line arguments can be passed into a .net core application. 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. Libr...