Top 20 NuGet Packages depending on GMA.ArgumentsMarshalerLib
Total dependencies: 1
Description
With Argument Reader command line argumets can be passed into a .net core application. The standard project assist 4 types of argumnets:
Boolean
Strings (*)
Integer (#)
Doubles (##)
Own argument tyoes can be build with own classes. They need to inherit form the ArgumentMarshalerLib. Lib...