Add example output

This commit is contained in:
Markus Fleschutz
2021-09-29 22:02:05 +02:00
parent 4983c82830
commit 4f18f35820
5 changed files with 32 additions and 0 deletions

View File

@ -5,6 +5,12 @@
Lists all PowerShell aliases
.EXAMPLE
PS> ./list-aliases
CommandType Name Version Source
----------- ---- ------- ------
Alias CFS -> ConvertFrom-String 3.1.0.0 Microsoft.PowerShell.Utility
Alias fhx -> Format-Hex 3.1.0.0 Microsoft.PowerShell.Utility
...
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK