From cc87c606f525c40a9264f362058178706be458c3 Mon Sep 17 00:00:00 2001 From: childish-sambino Date: Thu, 16 Jul 2020 14:27:47 -0500 Subject: [PATCH] fix: unhide the Twilio region flag when creating profiles (#201) --- src/commands/profiles/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/profiles/create.js b/src/commands/profiles/create.js index f2c2399c9..bf89f4e9a 100644 --- a/src/commands/profiles/create.js +++ b/src/commands/profiles/create.js @@ -267,7 +267,7 @@ ProfilesCreate.flags = Object.assign( hidden: true }), region: flags.string({ - hidden: true + description: 'Twilio region to use.' }) }, TwilioClientCommand.flags // Yes! We _do_ want the same flags as TwilioClientCommand