bin/dnsimple.rb in dnsimple-ruby-0.9.5 vs bin/dnsimple.rb in dnsimple-ruby-0.9.6

- old
+ new

@@ -99,9 +99,12 @@ DNSimple::Client.username = username end opts.on("-p", "--password [ARG]") do |password| DNSimple::Client.password = password end + opts.on("-c", "--credentials [ARG]") do |credentials| + DNSimple::Client.load_credentials(credentials) + end opts.on("-d") do DNSimple::Client.debug = true end end