Update manuals

This commit is contained in:
Markus Fleschutz
2021-10-17 11:56:55 +02:00
parent a37194f57c
commit eed0b14b0e
250 changed files with 515 additions and 264 deletions

View File

@@ -31,26 +31,30 @@ write-calendar.ps1 [[-Month] <Int32>] [[-Year] <Int32>] [<CommonParameters>]
## Example
```powershell
PS>./write-calendar
PS> ./write-calendar
Outputs the current month.
```
## Example
```powershell
PS>./write-calendar 2013
PS> ./write-calendar 2013
Outputs the calendar for 2013.
```
## Example
```powershell
PS>./write-calendar 04 2011
PS> ./write-calendar 04 2011
Outputs the calendar for April, 2011.
```
## Example
```powershell
PS>./write-calendar 7
PS> ./write-calendar 7
Outputs the calendar for July of this year.
```
## Notes