From 6862ca22c7008f484f380e222e552c97cb17bef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilson=20J=C3=BAnior?= Date: Tue, 6 Aug 2024 09:29:36 -0300 Subject: [PATCH] Fix user remove prompt --- tsuru/client/auth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tsuru/client/auth.go b/tsuru/client/auth.go index fea4ba4d..62fcd139 100644 --- a/tsuru/client/auth.go +++ b/tsuru/client/auth.go @@ -111,6 +111,7 @@ func (c *UserRemove) currentUserEmail() (string, error) { } func (c *UserRemove) Run(context *cmd.Context) error { + context.RawOutput() var ( answer string email string