Update the comment based help

This commit is contained in:
Markus Fleschutz
2021-10-16 13:40:20 +02:00
parent 053b26c578
commit c296024b8f
58 changed files with 105 additions and 81 deletions

View File

@ -2,7 +2,11 @@
.SYNOPSIS
Lists all anagrams of the given word
.DESCRIPTION
list-anagrams.ps1 [<word>] [<columns>]
This script lists all anagrams of the given word.
.PARAMETER Word
Specifies the word to use
.PARAMETER Columns
Specifies the number of columns
.EXAMPLE
PS> ./list-anagrams Baby
.NOTES