Skip to content

Commit

Permalink
fix: unhide the Twilio region flag when creating profiles (twilio#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino committed Jul 16, 2020
1 parent 79c008f commit cc87c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/profiles/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc87c60

Please sign in to comment.