Skip to content

Commit cebe21f

Browse files
committed
Fixed Splatting snippet
1 parent 89e8f85 commit cebe21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/PowerShell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"\tModule = '*'",
77
"\tVerb = 'Get'",
88
"}",
9-
"Get-Command"
9+
"Get-Command @Params"
1010
],
1111
"description": "An example of how to use the PowerShell Splatting technique."
1212
},

0 commit comments

Comments
 (0)