Skip to content

Commit 4d6209d

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Use-PipeScript.md [skip ci]
1 parent da1d5b4 commit 4d6209d

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/Use-PipeScript.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```PowerShell
26+
Use-PipeScript [<CommonParameters>]
27+
```
28+
---
29+
30+

0 commit comments

Comments
 (0)