GetCommand constructor

GetCommand()

Implementation

GetCommand() {
  addSubcommand(CitiesCommand());
  addSubcommand(AddressCommand());
  addSubcommand(HoujinbangouCommand());
  addSubcommand(WhoamiCommand());
}