parserDescriptor

inline fun <C, T> parserDescriptor(parser: ArgumentParser<C, T>): ParserDescriptor<C, T>

Returns a ParserDescriptor that describes the parser.

Return

the descriptor