Update the comment based help

This commit is contained in:
Markus Fleschutz
2021-10-15 23:09:08 +02:00
parent b8189c6ba4
commit ae5a828ec2
35 changed files with 90 additions and 52 deletions

View File

@ -2,7 +2,11 @@
.SYNOPSIS
Lists the latest news
.DESCRIPTION
list-news.ps1 [<RSS-URL>] [<max-count>]
This script lists the latest RSS feed news.
.PARAMETER RSS_URL
Specifies the URL to the RSS feed
.PARAMETER MaxCount
Specifies the number of news to list
.EXAMPLE
PS> ./list-news
.NOTES