8 lines
94 B
Plaintext
8 lines
94 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: cmdletbinding
|
|
# key: cmd
|
|
# --
|
|
[cmdletbinding()]
|
|
Param (
|
|
$0
|
|
) |