Assembly
| Type | Summary |
|---|---|
| CommandArgs | Models a command line options. |
| CommandBase | Provides basic functionalitíy for command implementation. |
| 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