Constructor to make argument description construction easier
The argumentDescriptions
array should be an even length. The event indexes (0, 2, 4, etc.) should be the argument names, and the odd indexes are the descriptions of the names (1, 3, etc. where 1 is the description of 0, 3 of 2, etc.).
Example:
new DefaultUsageInfo("HelloWorld.exe", "Says hello world with the arguments", "Additional text", "Text to print after saying hello world");
DefaultUsageInfo Class | CommandLine.OptParse Namespace | DefaultUsageInfo Constructor Overload List