#!/usr/bin/env ruby
# -*- mode: ruby -*-

require 'thor'
require 'thor/runner'

$thor_runner = true
Thor::Runner.start
