Skip to content

Commit 788eab1

Browse files
committed
add multiple function aliases to show how to used them
1 parent 3edda97 commit 788eab1

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
@@ -271,7 +271,7 @@
271271
"\t\tPositionalBinding",
272272
"\t\tHelpUri = 'http://yourwebsiteforhelp.here',",
273273
"\t\tConfirmImpact = 'Medium')]",
274-
"\t[Alias()]",
274+
"\t[Alias('Be-lazyWithThis','lzy','Use-OldFunctionName')]",
275275
"\t[OutputType([String])]",
276276
"\tparam (",
277277
"\t\t# Param1 help description",

0 commit comments

Comments
 (0)