OpsListCommand constructor
OpsListCommand()
Creates the ops-list command.
Implementation
OpsListCommand() {
_addApiOptions(argParser);
argParser
..addOption('node', help: 'Only operations on this node.')
..addFlag(
'running',
negatable: false,
help: 'Only what is still working.',
);
}