StateCommand constructor

StateCommand()

Creates the state command group.

Implementation

StateCommand() {
  addSubcommand(StateSetCommand());
  addSubcommand(StateShowCommand());
  addSubcommand(StateDiffCommand());
  addSubcommand(StateReconcileCommand());
  addSubcommand(StateClearCommand());
}