FocusCommand constructor

FocusCommand()

Implementation

FocusCommand() {
  argParser.addFlag(
    'json',
    help: 'Output as JSON',
    negatable: false,
  );
}