/// <summary> /// Displays the help section for the current command /// </summary> internal void DisplayHelp() { DefaultCommandWarning(); HelpManager help = new HelpManager(this); help.Output(); }