Files
2020-12-05 21:29:49 +01:00

8 lines
94 B
Plaintext

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