bin/hammer in hammer_cli-0.0.4 vs bin/hammer in hammer_cli-0.0.5
- old
+ new
@@ -1,8 +1,10 @@
#! /usr/bin/env ruby
require 'rubygems'
require 'clamp'
+require 'highline'
+HighLine.color_scheme = HighLine::SampleColorScheme.new
# create fake command instance to use some global args before we start
class PreParser < Clamp::Command
option ["-v", "--verbose"], :flag, "be verbose"
option ["-c", "--config"], "CFG_FILE", "path to custom config file"