StateDiffCommand constructor

StateDiffCommand()

Creates the state-diff command.

Implementation

StateDiffCommand() {
  _addApiOptions(argParser);
  _addSelectorOptions(argParser);
}