lib/softcover/cli.rb in softcover-0.9.12 vs lib/softcover/cli.rb in softcover-0.9.13

- old
+ new

@@ -227,9 +227,10 @@ # =============================================== desc "config", "View local config" def config require "softcover/config" + puts "Reading contents of #{Softcover::Config.path}:" Softcover::Config.read end desc "config:add key=value", "Add to your local config vars" define_method "config:add" do |pair|