Namespace Ubiquity.CommandlineParsing
Classes
Allows accessing a property via the command line parser with a name that is different from the property name |
Type specific command line argument binder |
Utility extension class to simplify parsing/binding operations |
Result of a single parsed command line option |
Exception for errors in parsing or binding command line arguments |
Command line argument value |
Provides environment extensions for handling platform differences |
Abstract base class for implementing IOptionProperty |
ReflectionOptionPropertyProvider IOptionPropertyProvider that uses Reflection to find the properties to bind to |
Interfaces
Interface for a command line argument |
Interface for parsing command line arguments |
Interface for a property that binds a CommandlineOption to a property on an object instance. |
Interface for an option property provider |