Class: UsageCommand

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

Instance Method Summary collapse

Instance Method Details

#executeObject



6
7
8
9
# File 'lib/depcheck/command/usage_command.rb', line 6

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