PowerShell/Docs/write-typewriter.md
2021-10-17 14:30:21 +02:00

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

https://github.com/fleschutz/PowerShell

Generated by convert-ps2md.ps1 using the comment-based help of write-typewriter.ps1