add api command

This commit is contained in:
miraclesu
2013-07-08 15:34:58 +08:00
parent f242623d30
commit 91c467505a
2 changed files with 167 additions and 0 deletions

View File

@ -59,6 +59,7 @@ var commands = []*Command{
cmdCreate,
cmdStart,
cmdPack,
cmdApiapp,
//cmdReStart,
}