![]() |
DotNet-Arguments 2.0.0
A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.
|
| CArgumentsParser | Static class that contains a function related to parsing launch arguments. |
| CExceptions | Static class that contains all exceptions thrown in the 'NibblePoker.Library.Arguments' library. |
| CHelpText | Static class that contains helpers related to printing a help text. |
| COption | Class Option models an option linked to one or more Verb that can be given in launch arguments to pass a value or toggle some behavior/actions. |
| CVerb | Class Verb models a verb that can be given in launch arguments to select a specific action or subset of usable launch parameters. |