Class: HealthInspector::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/health_inspector/cli.rb

Instance Method Summary collapse

Instance Method Details

#inspect(component = "") ⇒ Object



28
29
30
31
# File 'lib/health_inspector/cli.rb', line 28

def inspect(component="")
  checklists = component_to_checklists(component)
  Inspector.inspect( checklists, options)
end