We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80e15e commit eb995e3Copy full SHA for eb995e3
Commands/PostProcessing/README.ps.md
@@ -6,7 +6,7 @@ A PostProcessing command will be passed the script or function and will return a
6
7
~~~PipeScript{
8
[PSCustomObject]@{
9
- Table = Get-PipeScript -PipeScriptType PostProcessing |
+ Table = Get-PipeScript -PipeScriptType PostProcessor |
10
Select-Object Name, Synopsis, @{
11
Name='Link'
12
Expression = { "/docs/$($_.Name).md" }
0 commit comments