DotNet-Arguments 2.0.0
A simple and 'to-the-point' library to parse launch arguments in .NET and .NET Core applications.
Loading...
Searching...
No Matches
NibblePoker.Library.Arguments Namespace Reference

Classes

class  ArgumentsParser
 Static class that contains a function related to parsing launch arguments. More...
 
class  Exceptions
 Static class that contains all exceptions thrown in the 'NibblePoker.Library.Arguments' library. More...
 
class  HelpText
 Static class that contains helpers related to printing a help text. More...
 
class  Option
 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 behaviour/actions. More...
 
class  Verb
 Class Verb models a verb that can be given in launch arguments to select a specific action or subset of usable launch parameters. More...
 

Enumerations

enum  OptionFlags
 Binary enum that contains all the flags an Option can use.
These flags can toggle some special behaviour and conditions during the parsing process. More...
 

Enumeration Type Documentation

◆ OptionFlags

Binary enum that contains all the flags an Option can use.
These flags can toggle some special behaviour and conditions during the parsing process.