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