HubCommand constructor

HubCommand()

Creates the hub command group.

Implementation

HubCommand() {
  addSubcommand(HubStartCommand());
  addSubcommand(HubMetricsCommand());
}