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 da1d5b4 commit 4d6209dCopy full SHA for 4d6209d
docs/Use-PipeScript.md
@@ -0,0 +1,30 @@
1
+
2
+Use-PipeScript
3
+--------------
4
+### Synopsis
5
+Uses PipeScript Transpilers
6
7
+---
8
+### Description
9
10
+Runs an individual PipeScript Transpiler.
11
+This command must be used by it's smart aliases (for example ```.>PipeScript```).
12
13
14
+### Related Links
15
+* [Get-Transpiler](Get-Transpiler.md)
16
17
+### Examples
18
+#### EXAMPLE 1
19
+```PowerShell
20
+PipeScript # Returns an unchanged ScriptBlock, because there was nothing to run.
21
+```
22
23
24
+### Syntax
25
26
+Use-PipeScript [<CommonParameters>]
27
28
29
30
0 commit comments