RunCommand constructor

RunCommand()

Implementation

RunCommand() {
  addSubcommand(ServerCommand());
  addSubcommand(ClientCommand());
}