virtualSoC  0.6.2
baskett
CommandLineArgs.cs File Reference

Go to the source code of this file.

Classes

class  DotArgs.AliasArgument
 Argument that acts as an alias for another argument. More...
 
class  DotArgs.Argument
 Base class for an argument that can be registered with a CommandLineArgs . More...
 
class  DotArgs.CollectionArgument
 An option that can take multiple values. More...
 
class  DotArgs.CommandLineArgs
 Class for defining, validating and processing command line arguments. More...
 
class  DotArgs.FlagArgument
 A simple argument flag. More...
 
class  DotArgs.OptionalOut< TResult >
 Helper class that offers a somewhat elegant solution for the problem of wanting to have an "optional out" parameter for a method. More...
 
class  DotArgs.OptionArgument
 An argument that can have any value. More...
 
class  DotArgs.SetArgument
 A set argument is an option that only takes values from a predefined list. More...
 

Namespaces

namespace  DotArgs