Skip to content

Commit 679fde1

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating AutomaticVariables README (using Get-PipeScript)
1 parent 68b43fa commit 679fde1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Commands/AutomaticVariables/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ Instead of these commands being run directly, they will be embedded inline.
55
Automatic Variables are embedded in post processing by [PostProcess.InitializeAutomaticVariable](docs/PostProcess.InitializeAutomaticVariable.md).
66

77

8-
|VariableName |Description |
9-
|-------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
10-
|[](/docs/Automatic.Variable.CallstackPeek.md) |$MyCaller (aka $CallStackPeek) contains the CallstackFrame that called this command. |
11-
|[IsPipedFrom](/docs/PipeScript.Automatic.Variable.IsPipedFrom.md) |$IsPipedFrom determines if the pipeline continues after this command. |
12-
|[IsPipedTo](/docs/PipeScript.Automatic.Variable.IsPipedTo.md) |$IsPipedTo determines if a command is being piped to. |
13-
|[MyCaller](/docs/PipeScript.Automatic.Variable.MyCaller.md) |$MyCaller (aka $CallStackPeek) contains the CallstackFrame that called this command. |
14-
|[MyCallstack](/docs/PipeScript.Automatic.Variable.MyCallstack.md) |$MyCallstack is an automatic variable that contains the current callstack. |
15-
|[MyCommandAst](/docs/PipeScript.Automatic.Variable.MyCommandAst.md)|$MyCommandAst contains the abstract syntax tree used to invoke this command. |
16-
|[MyParameters](/docs/PipeScript.Automatic.Variable.MyParameters.md)|$MyParameters contains a copy of $psBoundParameters.<br/> This leaves you more free to change it. |
17-
|[MySelf](/docs/PipeScript.Automatic.Variable.MySelf.md) |$MySelf contains the currently executing ScriptBlock.<br/> A Command can & $myself to use anonymous recursion.|
8+
|VariableName |Description |
9+
|-------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------|
10+
|[CallstackPeek](/docs/Automatic.Variable.CallstackPeek.md) |$MyCaller (aka $CallStackPeek) contains the CallstackFrame that called this command. |
11+
|[IsPipedFrom](/docs/PipeScript.Automatic.Variable.IsPipedFrom.md) |$IsPipedFrom determines if the pipeline continues after this command. |
12+
|[IsPipedTo](/docs/PipeScript.Automatic.Variable.IsPipedTo.md) |$IsPipedTo determines if a command is being piped to. |
13+
|[MyCaller](/docs/PipeScript.Automatic.Variable.MyCaller.md) |$MyCaller (aka $CallStackPeek) contains the CallstackFrame that called this command. |
14+
|[MyCallstack](/docs/PipeScript.Automatic.Variable.MyCallstack.md) |$MyCallstack is an automatic variable that contains the current callstack. |
15+
|[MyCommandAst](/docs/PipeScript.Automatic.Variable.MyCommandAst.md)|$MyCommandAst contains the abstract syntax tree used to invoke this command. |
16+
|[MyParameters](/docs/PipeScript.Automatic.Variable.MyParameters.md)|$MyParameters contains a copy of $psBoundParameters.<br/><br/> This leaves you more free to change it. |
17+
|[MySelf](/docs/PipeScript.Automatic.Variable.MySelf.md) |$MySelf contains the currently executing ScriptBlock.<br/><br/> A Command can & $myself to use anonymous recursion.|
1818

1919

2020

0 commit comments

Comments
 (0)