clipr.Arguments |
clipr.Attributes |
clipr.Core |
clipr.IOC |
clipr.Properties |
clipr.Sample |
clipr.Triggers |
clipr.UnitTests |
clipr.Usage |
clipr.Utils |
Name | Description |
---|---|
ApplicationInfoAttribute | |
ArgumentIntegrityException | The exception that is thrown when the set of arguments supplied to the parser are invalid. |
DuplicateArgumentException | Multiple arguments with the same name have been defined. |
DuplicateVerbException | Multiple verbs with the same name have been defined. |
MutuallyExclusiveGroupAttribute | |
NamedArgumentAttribute | An argument triggered by either a short or long name. |
ParseActionExtensions | |
ParseException | Represents an error that ocurred during parsing. |
PositionalArgumentAttribute | A required argument, ordered based on Index in ascending order. Only the last argument in the positional list may have a variable number of argument values. |
PromptIfValueMissing | When a value is missing for this argument, prompt for it in the console. |
PromptIfValueMissingAttribute | |
VerbAttribute |