Update the comment based help

This commit is contained in:
Markus Fleschutz
2021-10-16 12:31:08 +02:00
parent 09aa1fee33
commit 053b26c578
7 changed files with 26 additions and 12 deletions

View File

@ -3,6 +3,8 @@
Speaks the given text by the default text-to-speech (TTS) voice
.DESCRIPTION
speak-text.ps1 [<text>]
.PARAMETER text
Specifies the text to speak
.EXAMPLE
PS> ./speak-text "Hello World"
.NOTES