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 de9960e commit ca8440fCopy full SHA for ca8440f
1 file changed
docs/Language/Functions/get_ByInputType.md
@@ -0,0 +1,21 @@
1
+Language.Functions.get_ByInputType()
2
+------------------------------------
3
+
4
+### Synopsis
5
+Gets Language Functions by Input Type
6
7
+---
8
9
+### Description
10
11
+Returns a dictionary of all unique language functions 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