Class: Ace::Retro::CLI::Commands::Doctor

Inherits:
Support::Cli::Command
  • Object
show all
Includes:
Support::Cli::Base
Defined in:
lib/ace/retro/cli/commands/doctor.rb

Overview

ace-support-cli Command class for ace-retro doctor

Runs health checks on retros and optionally auto-fixes issues.

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



50
51
52
# File 'lib/ace/retro/cli/commands/doctor.rb', line 50

def call(**options)
  execute_doctor(options)
end