10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
|
|
# -*- mode: snippet -*-
|
||
|
|
# name: cmd
|
||
|
|
# key: cmd
|
||
|
|
# --
|
||
|
|
static void ${1:cmd}(base::Cmd& cmd)
|
||
|
|
{
|
||
|
|
$0
|
||
|
|
}
|
||
|
|
|
||
|
|
CMD($1, "$1");
|