Print response to indicate when cli is no longer interactive

This commit is contained in:
Theodore X. Pak
2015-10-07 16:04:56 -04:00
parent 7a0ce1c04d
commit 813b171d26

View File

@@ -67,6 +67,7 @@ module Zanzibar
def prompt_for_password
puts "Please enter password for #{@@username}:"
STDIN.noecho(&:gets).chomp
puts "Using password to login..."
end
## Gets the wsdl document location if none is provided in the constructor