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

@ -3,7 +3,8 @@
Lists the exchange rates for a currency
.DESCRIPTION
Lists the current exchange rates for the given currency (USD per default).
list-exchange-rates.ps1 [<currency>]
.PARAMETER currency
Specifies the base currency
.EXAMPLE
PS> ./list-exchange-rates EUR
.NOTES