Assembly
Type | Summary |
---|---|
ArgumentNullOrEmptyException | Thrown when a text argument is null or empty. |
CommandArgs | Models a command line options. |
CommandException | Thown to report error for command operations. |
CommandFactory | Implements a command factory for creating command. |
CommandLineParser | Parses the command line arguments. |
ICommand | Allows the implementation of command in a command line application. |
Interactive | Provides helpers to prompt users. |
WellKnownSwitches | Defines common switches names. |
In this document