mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-22 20:51:17 +01:00
Rename to export-to-manuals.ps1 and export-to-serenade.ps1
This commit is contained in:
parent
29aedc8471
commit
b13b4beb0e
@ -4,7 +4,7 @@
|
||||
.DESCRIPTION
|
||||
This script exports the comment based help of all PowerShell scripts as manuals.
|
||||
.EXAMPLE
|
||||
PS> ./export-scripts2manuals.ps1
|
||||
PS> ./export-to-manuals.ps1
|
||||
Found 264 scripts, starting export to /home/markus/PowerShell/Docs...
|
||||
✔️ exported 264 scripts as manuals in 28 sec
|
||||
.NOTES
|
@ -4,7 +4,7 @@
|
||||
.DESCRIPTION
|
||||
This script exports all PowerShell scripts to Serenade.ai for voice control.
|
||||
.EXAMPLE
|
||||
PS> ./export-scripts2serenade.ps1
|
||||
PS> ./export-to-serenade.ps1
|
||||
Found 264 scripts, starting export to C:\Users\Markus/.serenade/scripts/PowerShell.js...
|
||||
✔️ exported 264 PowerShell scripts for Serenade voice control in 22 sec
|
||||
.NOTES
|
Loading…
Reference in New Issue
Block a user