Print response to indicate when cli is no longer interactive
This commit is contained in:
@@ -67,6 +67,7 @@ module Zanzibar
|
|||||||
def prompt_for_password
|
def prompt_for_password
|
||||||
puts "Please enter password for #{@@username}:"
|
puts "Please enter password for #{@@username}:"
|
||||||
STDIN.noecho(&:gets).chomp
|
STDIN.noecho(&:gets).chomp
|
||||||
|
puts "Using password to login..."
|
||||||
end
|
end
|
||||||
|
|
||||||
## Gets the wsdl document location if none is provided in the constructor
|
## Gets the wsdl document location if none is provided in the constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user