1
0
mirror of https://github.com/jaapbrasser/SharedScripts.git synced 2026-04-18 19:01:56 +02:00

Added param descriptions

This commit is contained in:
Jaap Brasser
2019-09-20 09:48:09 +05:30
parent 140cbb443b
commit 782f414a34
+4 -1
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) {