Joutsen.ArgumentsParsing  v0.2.1
Classes
Joutsen.ArgumentsParsing.Groups Namespace Reference

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...
 

Detailed Description

Provides different ways to group arguments that are similar or share a common purpose.