mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-09 13:04:59 +02:00
Improve the .Example section
This commit is contained in:
@ -4,12 +4,11 @@
|
||||
.DESCRIPTION
|
||||
This PowerShell script lists all automatic variables of PowerShell.
|
||||
.EXAMPLE
|
||||
PS> ./list-automatic-variables
|
||||
PS> ./list-automatic-variables.ps1
|
||||
|
||||
Variable Content
|
||||
-------- -------
|
||||
$false False
|
||||
$HOME C:\Users\Markus
|
||||
Variable Content
|
||||
-------- -------
|
||||
$HOME C:\Users\Markus
|
||||
...
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
|
Reference in New Issue
Block a user