#!/usr/bin/env ruby $:.unshift(File.dirname(__FILE__) + '/../lib') require 'oct' require 'optparse' require 'term/ansicolor' available_actions = Oct::AVAILABLE_ACTIONS banner = < e puts "oct #{e}" puts "oct --help for more information" exit 1 end end if STDOUT.isatty Term::ANSIColor::coloring = options[:coloring] else Term::ANSIColor::coloring = false end app = Oct::App.new(FileUtils.pwd, options) app.run