Skip to content

Commit 0f02c57

Browse files
author
James Brundage
committed
feat: oEmbed.Get() ( Fixes #13 )
1 parent a481b48 commit 0f02c57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Types/oEmbed/Get.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
foreach ($argument in $args) {
2+
oEmbed -Url $argument
3+
}

0 commit comments

Comments
 (0)