add comments

This commit is contained in:
MaysWind
2020-12-26 00:06:04 +08:00
parent 98f5dca424
commit f058d62920
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ import (
"github.com/mayswind/lab/pkg/models"
)
// Database represents the database command
var Database = &cli.Command{
Name: "database",
Usage: "lab database maintenance",
+1
View File
@@ -23,6 +23,7 @@ import (
"github.com/mayswind/lab/pkg/validators"
)
// WebServer represents the server command
var WebServer = &cli.Command{
Name: "server",
Usage: "lab web server operation",