add comments
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
|||||||
"github.com/mayswind/lab/pkg/models"
|
"github.com/mayswind/lab/pkg/models"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Database represents the database command
|
||||||
var Database = &cli.Command{
|
var Database = &cli.Command{
|
||||||
Name: "database",
|
Name: "database",
|
||||||
Usage: "lab database maintenance",
|
Usage: "lab database maintenance",
|
||||||
|
|||||||
@@ -23,6 +23,7 @@ import (
|
|||||||
"github.com/mayswind/lab/pkg/validators"
|
"github.com/mayswind/lab/pkg/validators"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// WebServer represents the server command
|
||||||
var WebServer = &cli.Command{
|
var WebServer = &cli.Command{
|
||||||
Name: "server",
|
Name: "server",
|
||||||
Usage: "lab web server operation",
|
Usage: "lab web server operation",
|
||||||
|
|||||||
Reference in New Issue
Block a user