Подчищены команды в cmd

This commit is contained in:
ErickSkrauch
2017-08-15 00:43:31 +03:00
parent b99697d26e
commit b159cd327c
2 changed files with 4 additions and 39 deletions

View File

@@ -14,11 +14,9 @@ import (
"elyby/minecraft-skinsystem/ui"
)
// serveCmd represents the serve command
var serveCmd = &cobra.Command{
Use: "serve",
Short: "Запускает сервер системы скинов",
Long: "Более длинное описание пока не было придумано",
Short: "Runs the system server skins",
Run: func(cmd *cobra.Command, args []string) {
wd.AddReceiver(ansi.New(true, true, false))
logger := wd.New("", "").WithParams(rays.Host)