示例#1
0
 /// <summary>
 /// See if we can find the requested command in order to display longer help
 /// </summary>
 /// <param name="helpParts"></param>
 /// <returns></returns>
 private List <string> CollectHelp(List <string> helpParts)
 {
     return(tree.GetHelp());
 }