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