Skip to content

Commit a17fea2

Browse files
StartAutomatingStartAutomating
authored andcommitted
Adding and Updating READMEs
1 parent 4098f07 commit a17fea2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Commands/PostProcessing/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## PostProcessing Commands
2+
3+
PostProcessing commands can run after PipeScript has built a script or function.
4+
5+
A PostProcessing command will be passed the script or function and will return a new script or function if anything was modified.
6+
7+
8+
|Name |Synopsis |
9+
|-------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|
10+
|[PipeScript.PostProcess.InitializeAutomaticVariables](/docs/PipeScript.PostProcess.InitializeAutomaticVariables.md)|[Initializes any automatic variables](/docs/PipeScript.PostProcess.InitializeAutomaticVariables.md)|
11+
|[PipeScript.PostProcess.PartialFunction](/docs/PipeScript.PostProcess.PartialFunction.md) |[Expands partial functions](/docs/PipeScript.PostProcess.PartialFunction.md) |
12+
13+

0 commit comments

Comments
 (0)