Add example output

This commit is contained in:
Markus Fleschutz
2021-09-29 22:15:40 +02:00
parent 4f18f35820
commit 1d8f6b36e5
6 changed files with 35 additions and 1 deletions

View File

@ -5,6 +5,12 @@
Lists all automatic variables of PowerShell
.EXAMPLE
PS> ./list-automatic-variables
Variable Content
-------- -------
$false False
$HOME C:\Users\Markus
...
.NOTES
Author: Markus Fleschutz · License: CC0
.LINK