mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-30 21:54:43 +02:00
2.0 KiB
2.0 KiB
## write-typewriter.ps1 - Writes text with the typewriter effect
This script writes text with the typewriter effect.
Parameters
C:\Users\Markus\Repos\PowerShell\Scripts\write-typewriter.ps1 [[-text] <String>] [[-speed] <Int32>]
[<CommonParameters>]
Thanks for watching
:-)
Pipelineeingaben akzeptieren?false
Platzhalterzeichen akzeptieren?false
Erforderlich? false
Position? 2
Standardwert 250
Pipelineeingaben akzeptieren?false
Platzhalterzeichen akzeptieren?false
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
WarningVariable, OutBuffer, PipelineVariable, and OutVariable.
Example
PS> ./write-typewriter "Hello World"
Notes
Author: Markus Fleschutz · License: CC0
Related Links
https://github.com/fleschutz/PowerShell
Generated by convert-ps2md.ps1 using the comment-based help of write-typewriter.ps1