예제 #1
0
 /// <summary>
 /// Sets the help formatter to use with the default help command.
 /// </summary>
 /// <typeparam name="T">Type of the formatter to use.</typeparam>
 public void SetHelpFormatter <T>() where T : BaseHelpFormatter
 {
     HelpFormatter.SetFormatterType <T>();
 }