You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[](/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.|
|[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.|
0 commit comments