lib/sfn/config.rb in sfn-3.0.16 vs lib/sfn/config.rb in sfn-3.0.18

- old
+ new

@@ -101,9 +101,14 @@ attribute( :debug, [TrueClass, FalseClass], :description => 'Enable debug output', :short_flag => 'u' ) + attribute( + :colors, [TrueClass, FalseClass], + :description => 'Enable colorized output', + :default => true + ) attribute :conf, Conf, :coerce => proc{|v| Conf.new(v)} attribute :create, Create, :coerce => proc{|v| Create.new(v)} attribute :update, Update, :coerce => proc{|v| Update.new(v)} attribute :destroy, Destroy, :coerce => proc{|v| Destroy.new(v)}