1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2025-12-24 21:51:38 +02:00

Added param descriptions

This commit is contained in:
Jaap Brasser
2019-09-20 09:48:09 +05:30
parent 140cbb443b
commit 782f414a34

View File

@@ -1,6 +1,9 @@
function Write-Emoticon {
param(
[int] $Times
# Number of emoticons showed
[int] $Times,
# Delay in milliseconds, set to 50ms as a default value
[int] $Delay = 50
)
if ($Times) {