mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-17 08:01:31 +02:00
Update the comment-based help
This commit is contained in:
@ -2,14 +2,13 @@
|
||||
.SYNOPSIS
|
||||
play-m3u.ps1 [<playlist-file>]
|
||||
.DESCRIPTION
|
||||
Plays the given playlist (in .M3U file format)
|
||||
Plays the given playlist (in .M3U file format).
|
||||
.EXAMPLE
|
||||
PS> .\play-m3u.ps1 C:\MyPlaylist.m3u
|
||||
.NOTES
|
||||
Author: Markus Fleschutz · License: CC0
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz
|
||||
License: CC0
|
||||
#>
|
||||
|
||||
param([string]$Filename = "")
|
||||
|
Reference in New Issue
Block a user