class GraphCommand

Public Instance Methods

execute() click to toggle source
# 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