You've already forked SharedScripts
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user