Provides types to support source generation. Types in this namespace should not be used directly in your code.
ArgumentProvider | A source of arguments for the CommandLineParser. |
CommandProvider | A source of commands for the CommandManager. |
GeneratedArgument | Represents information about an argument determined by the source generator. |
GeneratedArgumentProvider | A base class for argument providers created by the GeneratedParserAttribute. |
GeneratedCommandInfo | Represents information about a subcommand determined by the source generator. |
GeneratedCommandInfoWithCustomParsingT | Represents information about a subcommand that uses the ICommandWithCustomParsing interface, determined by the source generator. |
ProviderKind | Specifies the kind of provider that was the source of the arguments or subcommands. |