Documentation for the C# command-line option parsing library

Parser.PrintUsage Method

NOTE: This method is now obsolete.

Use UsageBuilder instead


Prints out the usage of this program to the given text writer

Overload List

Obsolete. Prints out the usage of this program to the given text writer

public void PrintUsage(OptStyle,IProgUsageInfo,int);

Obsolete. Prints out the usage of this program to the given text writer

public void PrintUsage(OptStyle,IProgUsageInfo,TextWriter,int);

See Also

Parser Class | CommandLine.OptParse Namespace | IProgUsageInfo | DefaultUsageInfo | GetOptionDescriptions