DoctorCommand constructor

DoctorCommand()

Implementation

DoctorCommand() {
  argParser.addOption(
    'client',
    abbr: 'c',
    help: 'Only run checks for a specific client.',
  );
}