OpsShowCommand constructor
OpsShowCommand()
Creates the ops-show command.
Implementation
OpsShowCommand() {
_addApiOptions(argParser);
argParser.addFlag(
'wait',
negatable: false,
help: 'Block until it finishes.',
);
}