mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-14 06:48:46 +02:00
Update the comment-based help
This commit is contained in:
@ -2,13 +2,13 @@
|
||||
.SYNOPSIS
|
||||
list-aliases.ps1
|
||||
.DESCRIPTION
|
||||
Lists all PowerShell aliases
|
||||
Lists all PowerShell aliases.
|
||||
.EXAMPLE
|
||||
PS> .\list-aliases.ps1
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
#>
|
||||
|
||||
try {
|
||||
|
Reference in New Issue
Block a user