OpsCommand constructor
OpsCommand()
Creates the ops command group.
Implementation
OpsCommand() {
addSubcommand(OpsListCommand());
addSubcommand(OpsShowCommand());
}
Creates the ops command group.
OpsCommand() {
addSubcommand(OpsListCommand());
addSubcommand(OpsShowCommand());
}