#!/usr/bin/env ruby
require File.dirname(__FILE__) + '/../lib/yard'

YARD::CLI::Graph.run(*ARGV)
