From 813b171d2632f2b80b6bfa9b2b99bf3ebcf345a6 Mon Sep 17 00:00:00 2001 From: "Theodore X. Pak" Date: Wed, 7 Oct 2015 16:04:56 -0400 Subject: [PATCH] Print response to indicate when cli is no longer interactive --- lib/zanzibar.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/zanzibar.rb b/lib/zanzibar.rb index f8886bd..ae3e319 100644 --- a/lib/zanzibar.rb +++ b/lib/zanzibar.rb @@ -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