File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ Inline.Kotlin
3+ -------------
4+ ### Synopsis
5+ Kotlin Inline PipeScript Transpiler.
6+
7+ ---
8+ ### Description
9+
10+ Transpiles Kotlin with Inline PipeScript into Kotlin.
11+
12+ Multiline comments with /* {}* / will be treated as blocks of PipeScript.
13+
14+ Multiline comments can be preceeded or followed by 'empty' syntax, which will be ignored.
15+
16+ This for Inline PipeScript to be used with operators, and still be valid Kotlin syntax.
17+
18+ The Kotlin Inline PipeScript Transpiler will consider the following syntax to be empty:
19+
20+ * ``` null ```
21+ * ``` "" ```
22+ * ``` '' ```
23+
24+ ---
25+ ### Parameters
26+ #### ** CommandInfo**
27+
28+ The command information. This will include the path to the file.
29+
30+
31+
32+ | Type | Requried| Postion| PipelineInput |
33+ | --------------| --------| -------| --------------|
34+ | ``` [Object] ``` | true | 1 | true (ByValue)|
35+ ---
36+ ### Syntax
37+ ``` PowerShell
38+ Inline.Kotlin [-CommandInfo] <Object> [<CommonParameters>]
39+ ```
40+ ---
41+
42+
You can’t perform that action at this time.
0 commit comments