DoctorCommand constructor

DoctorCommand()

Implementation

DoctorCommand() {
  argParser.addFlag(
    'no-ui',
    negatable: false,
    help: 'Plain-text headless output (no ANSI). Auto-enabled when stdout is not a TTY.',
  );
}