feat:优化项目信息
This commit is contained in:
@ -3,14 +3,13 @@ package main
|
||||
import (
|
||||
"SciencesServer/cmd/ctl/command/controller"
|
||||
"SciencesServer/cmd/ctl/command/model"
|
||||
"SciencesServer/config"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
|
||||
var rootCmd = &cobra.Command{
|
||||
Use: "ctl",
|
||||
Long: "ctl is a command line tool for serve",
|
||||
Version: *config.Version,
|
||||
Version: "v1.0",
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user