Rename to export-to-manuals.ps1 and export-to-serenade.ps1

This commit is contained in:
Markus Fleschutz 2021-10-10 10:57:45 +02:00
parent 29aedc8471
commit b13b4beb0e
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
.DESCRIPTION .DESCRIPTION
This script exports the comment based help of all PowerShell scripts as manuals. This script exports the comment based help of all PowerShell scripts as manuals.
.EXAMPLE .EXAMPLE
PS> ./export-scripts2manuals.ps1 PS> ./export-to-manuals.ps1
Found 264 scripts, starting export to /home/markus/PowerShell/Docs... Found 264 scripts, starting export to /home/markus/PowerShell/Docs...
exported 264 scripts as manuals in 28 sec exported 264 scripts as manuals in 28 sec
.NOTES .NOTES

View File

@ -4,7 +4,7 @@
.DESCRIPTION .DESCRIPTION
This script exports all PowerShell scripts to Serenade.ai for voice control. This script exports all PowerShell scripts to Serenade.ai for voice control.
.EXAMPLE .EXAMPLE
PS> ./export-scripts2serenade.ps1 PS> ./export-to-serenade.ps1
Found 264 scripts, starting export to C:\Users\Markus/.serenade/scripts/PowerShell.js... Found 264 scripts, starting export to C:\Users\Markus/.serenade/scripts/PowerShell.js...
exported 264 PowerShell scripts for Serenade voice control in 22 sec exported 264 PowerShell scripts for Serenade voice control in 22 sec
.NOTES .NOTES