Files
dotfiles/.emacs.d/snippets/powershell-mode/cmdletbinding
2017-12-21 17:29:29 +01:00

8 lines
94 B
Plaintext

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