Class: GraphCommand

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

Instance Method Summary collapse

Instance Method Details

#executeObject



8
9
10
11
12
# File 'lib/depcheck/command/graph_command.rb', line 8

def execute
  results = Depcheck.run(project, workspace, scheme)
  output = Depcheck::GraphOutput.new
  output.post(results, include, dot?)
end