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

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