Skip to content

Commit 1f911f9

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Language.Templates/Function.ByInputType ( Fixes #843 )
1 parent 55ba101 commit 1f911f9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Language.Templates.get_ByInputType()
2+
------------------------------------
3+
4+
### Synopsis
5+
Gets Language Templates by Input Type
6+
7+
---
8+
9+
### Description
10+
11+
Returns a dictionary of all unique language templates that accept a pipeline parameter.
12+
13+
The key will be the type of parameter accepted.
14+
The value will be a list of commands that accept that parameter from the pipeline.
15+
16+
---
17+
18+
### Notes
19+
Primitive parameter types and string types will be ignored.
20+
21+
---

0 commit comments

Comments
 (0)