|
Joutsen.ArgumentsParsing v0.3.0+1-ga4c84ed
|
Provides different ways to group arguments that are similar or share a common purpose. More...
Classes | |
| class | ArgumentsGroupCollection |
| A sorted collection of arguments groups. More... | |
| class | DefaultMutuallyExclusiveArgumentsGroup |
| A group that allows only one of the contained arguments to be present in the input list. More... | |
| class | DisplayArgumentsGroup |
| A group for arguments that write values to the console. More... | |
| class | NamedArgumentsGroup |
| A group for arguments that are identified by their name in the input list. More... | |
| class | PositionalArgumentsGroup |
| A group for arguments which are identified by their position in the input list. More... | |
| class | SubParserGroup |
| A group for subparser arguments. More... | |
Provides different ways to group arguments that are similar or share a common purpose.