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 f1c2bf9 commit 041c376Copy full SHA for 041c376
1 file changed
docs/New-PipeScript.md
@@ -37,6 +37,17 @@ HTTP Accept indicates what content types the web request will accept as a respon
37
}
38
```
39
40
+#### EXAMPLE 3
41
+```PowerShell
42
+New-PipeScript -Parameter @{"bar"=@{
43
+ Name = "foo"
44
+ Help = 'Foobar'
45
+ Attributes = "Mandatory","ValueFromPipelineByPropertyName"
46
+ Aliases = "fubar"
47
+ Type = "string"
48
+}}
49
+```
50
+
51
52
53
---
0 commit comments