Update the manuals

This commit is contained in:
Markus Fleschutz
2021-12-09 16:19:09 +01:00
parent 5fb1f52ace
commit 8df9703a01
582 changed files with 6110 additions and 491 deletions

View File

@ -1,10 +1,10 @@
## close-windows-terminal.ps1 - Closes the Windows Terminal application
## close-windows-terminal.ps1 - Closes the Windows Terminal app
This script closes the Windows Terminal application gracefully.
## Parameters
```powershell
/home/markus/Repos/PowerShell/Scripts/close-windows-terminal.ps1 [<CommonParameters>]
close-windows-terminal.ps1 [<CommonParameters>]
[<CommonParameters>]
This script supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction,
@ -14,7 +14,6 @@ This script closes the Windows Terminal application gracefully.
## Example
```powershell
PS> ./close-windows-terminal
(Windows Terminal is closed)
```