add comments
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user