Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Remove short version of voice-id (#617)
Browse files Browse the repository at this point in the history
* Change voiceId from -v to -i

* Remove the short version of the voice-id command
  • Loading branch information
Juan Perata authored Nov 22, 2019
1 parent e204dd5 commit 97cdd94
Show file tree
Hide file tree
Showing 3 changed files with 2,244 additions and 2,244 deletions.
2 changes: 1 addition & 1 deletion bin/bst-speak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Global.initializeCLI().then(
\thttps://${Global.SpokesDashboardHost}/skills/${Global.config().sourceID()}/validation
\t(Bespoken Dashboard account required for use of this feature)\n`)
.option("-v, --voiceID <voiceID>", "The AWS Polly voice ID to use for generating speech")
.option("--voiceID <voiceID>", "The AWS Polly voice ID to use for generating speech")
.description("Speaks to your virtual Alexa device")
.action(async function () {
// To handle utterances with multiple words, we need to look at the args
Expand Down
Loading

0 comments on commit 97cdd94

Please sign in to comment.