CommandLineParserGetUsage Method |
Namespace: Ookii.CommandLine
The usage help consists of first the Description, followed by the usage syntax, followed by a description of all the arguments.
You can add descriptions to the usage text by applying the DescriptionAttribute attribute to your command line arguments type, and the constructor parameters and properties defining command line arguments.
This method indents additional lines for the usage syntax and argument descriptions.