#!/usr/bin/env ruby dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(dir) unless $LOAD_PATH.include?(dir) require 'buildbox' require 'optparse' commands = {} options = {} help = < args[0]) elsif command == "auth:logout" auth.logout end end else puts global.help end