Method: Travis::CLI::Sshkey#login_header
- Defined in:
- lib/travis/cli/sshkey.rb
#login_header ⇒ Object
110 111 112 113 114 115 |
# File 'lib/travis/cli/sshkey.rb', line 110 def login_header say "We need the #{color("GitHub login", :important)} for the account you want to add the key to." say "This information will #{color("not be sent to Travis CI", :important)}, only to #{color(github_endpoint.host, :info)}." say "The password will not be displayed." empty_line end |