yasnippet-snippets/snippets/powershell-mode/cmdletbinding

8 lines
94 B
Plaintext

# -*- mode: snippet -*-
# name: cmdletbinding
# key: cmd
# --
[cmdletbinding()]
Param (
$0
)