예제 #1
0
 public AutoRoutineHandler(CommandLine commandLine)
 {
     commandLine.RegisterCommand(new Command("ar-execute", this.execute, "Execute a routine", minArgs: 1));
     commandLine.RegisterCommand(new Command("ar-list", Command.Wrap(this.list), "Lists all the routines", nArgs: 0));
 }
 public void CommandV2(TimeSpan timestamp, CommandLine command)
 {
 }