return new String[]{"Debug helper commands"};
}
@Override
public void registerSubCommands() {
this.registerSubCommand(new MeCommand());
this.registerSubCommand(new TargetCommand());
this.registerSubCommand(new CloseCommand());
this.registerSubCommand(new RoutingTableCommand());
this.registerSubCommand(new PipeCommand());
this.registerSubCommand(new HandCommand());