#!/usr/bin/env ruby require 'gem_bootstrap' if ARGV.empty? GemBootstrap::MainCLI.start(%w(usage)) else GemBootstrap::CLI.start(ARGV) end