Merge pull request #16 from Cimpress-MCP/print-feedback

Print response to indicate when cli is no longer interactive
This commit is contained in:
Jason Davis-Cooke
2015-10-12 08:48:30 -04:00

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