Skip to content

Commit 1509ec2

Browse files
author
James Brundage
committed
Updating core inline transpiler (adding parameter help)
1 parent 0cc2667 commit 1509ec2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Transpilers/Core/PipeScript.Inline.psx.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ $StartPattern,
4646
[Regex]
4747
$EndPattern,
4848

49+
# A custom replacement evaluator.
50+
# If not provided, will run any embedded scripts encountered.
51+
# The output of these scripts will be the replacement text.
4952
[Parameter(ParameterSetName='SourceTextReplace')]
5053
[Parameter(ParameterSetName='SourceStartAndEnd')]
5154
[Alias('Replacer')]

0 commit comments

Comments
 (0)