Files
emacs/lisp/yasnippet-snippets/snippets/powershell-mode/cmdletbinding
2020-12-05 21:29:49 +01:00

8 lines
94 B
Plaintext

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