Skip to content

Commit 2df46e3

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating 'new': Supporting Extended Types (#164)
1 parent e3b70ed commit 2df46e3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/New.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ If 'new'
6666
{ (new PowerShell).AddScript("Get-Command").Invoke() }
6767
```
6868

69+
#### EXAMPLE 10
70+
```PowerShell
71+
{ new 'https://schema.org/Thing' }
72+
```
73+
6974
---
7075
### Parameters
7176
#### **CommandAst**

0 commit comments

Comments
 (0)