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 55ba101 commit 1f911f9Copy full SHA for 1f911f9
1 file changed
docs/Language/Templates/get_ByInputType.md
@@ -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