C# Class CommandLine.Argument

Base class for all types of command-line arguments. Each argument must have a key that will be used to access the value in the returned Dictionary, and a description that is shown when help is displayed.
Datei anzeigen Open project: agardiner/hfmcmd Class Usage Examples