Skip to content

Commit ebb2f42

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
Export-PipeScript - Auto Requiring (Fixes #491)
1 parent d07c3d2 commit ebb2f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commands/AutomaticVariables/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Automatic Variables are embedded in post processing by [PostProcess.InitializeAu
77

88
|VariableName |Description |
99
|-------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
10-
|[CallstackPeek](/docs/Automatic.Variable.CallstackPeek.md) |$MyCaller (aka $CallStackPeek) contains the CallstackFrame that called this command. |
10+
|[](/docs/Automatic.Variable.CallstackPeek.md) |$MyCaller (aka $CallStackPeek) contains the CallstackFrame that called this command. |
1111
|[IsPipedFrom](/docs/PipeScript.Automatic.Variable.IsPipedFrom.md) |$IsPipedFrom determines if the pipeline continues after this command. |
1212
|[IsPipedTo](/docs/PipeScript.Automatic.Variable.IsPipedTo.md) |$IsPipedTo determines if a command is being piped to. |
1313
|[MyCaller](/docs/PipeScript.Automatic.Variable.MyCaller.md) |$MyCaller (aka $CallStackPeek) contains the CallstackFrame that called this command. |

0 commit comments

Comments
 (0)