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

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