Class: AnalyzeCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- AnalyzeCommand
- Defined in:
- lib/depcheck/command/analyze_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
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 |