Example #1
0
 public string[] FindNextOption(string[] cmd)
 {
     return(tree.FindCommands(cmd));
 }