mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 21:07:40 +02:00
Update the comment based help
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Speaks the content of the given text file by text-to-speech (TTS)
|
||||
Speaks file content by text-to-speech
|
||||
.DESCRIPTION
|
||||
speak-file.ps1 [<file>]
|
||||
This script speaks the content of the given text file by text-to-speech (TTS).
|
||||
.PARAMETER File
|
||||
Specifies the path to the text file
|
||||
.EXAMPLE
|
||||
PS> ./speak-file C:\MyFile.txt
|
||||
.NOTES
|
||||
|
Reference in New Issue
Block a user