mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-16 07:38:15 +02:00
Update the comment-based help
This commit is contained in:
@ -2,14 +2,13 @@
|
||||
.SYNOPSIS
|
||||
list-profiles.ps1
|
||||
.DESCRIPTION
|
||||
Lists your PowerShell profiles
|
||||
Lists your PowerShell profiles.
|
||||
.EXAMPLE
|
||||
PS> .\list-profiles.ps1
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
#>
|
||||
|
||||
function ShowProfile { param([string]$Level, [string]$Name, [string]$Filename)
|
||||
|
Reference in New Issue
Block a user