lib/travis/cli/raw.rb in travis-1.5.2 vs lib/travis/cli/raw.rb in travis-1.5.3

- old
+ new

@@ -2,9 +2,11 @@ require 'pp' module Travis module CLI class Raw < ApiCommand + description "makes an (authenticated) API call and prints out the result" + skip :authenticate on('--[no-]json', 'display as json') def run(resource) reply = session.get_raw(resource)