StateReconcileCommand constructor
StateReconcileCommand()
Creates the state-reconcile command.
Implementation
StateReconcileCommand() {
_addApiOptions(argParser);
_addSelectorOptions(argParser);
argParser.addFlag(
'async',
negatable: false,
help: 'Do not wait. Prints an operation id to ask about later.',
);
}