OpsCommand constructor

OpsCommand()

Creates the ops command group.

Implementation

OpsCommand() {
  addSubcommand(OpsListCommand());
  addSubcommand(OpsShowCommand());
}