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

Added comment-based help

This commit is contained in:
Jaap Brasser
2019-09-20 09:50:49 +05:30
parent 782f414a34
commit fea8aab6bd

View File

@@ -1,4 +1,18 @@
function Write-Emoticon {
<#
.SYNOPSIS
Function that writes a series of random unicode animals to the console
.NOTES
Name: Write-Emoticon
Author: Jaap Brasser
DateCreated: 2019-09-20
DateUpdated: 2019-09-20
Version: 1.0.0
Blog: https://www.jaapbrasser.com
GitHub: https://www.github.com/jaapbrasser
#>
param(
# Number of emoticons showed
[int] $Times,