Class: AnalyzeCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/depcheck/command/analyze_command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



7
8
9
10
# File 'lib/depcheck/command/analyze_command.rb', line 7

def execute
  results = Depcheck.run(project, workspace, scheme)
  Depcheck::SimpleOutput.post(results, verbose?)
end