Ejemplo n.º 1
0
 //Help command without extra arguments
 static void Help(string[] args = null)
 {
     PrettyPrinter.PrintCommandTable(CommandTable);
 }