lib/travis/cli/token.rb in travis-1.5.2 vs lib/travis/cli/token.rb in travis-1.5.3
- old
+ new
@@ -1,9 +1,11 @@
require 'travis/cli'
module Travis
module CLI
class Token < ApiCommand
+ description "outputs the secret API token"
+
def run
authenticate
say access_token, "Your access token is %s"
end
end