feat: optimizing code

This commit is contained in:
chris
2023-07-23 08:54:29 +08:00
parent 919fc96268
commit 4d88a7809e
13 changed files with 75 additions and 40 deletions

View File

@@ -24,7 +24,7 @@ var quit = make(chan os.Signal, 1)
type Run struct {
}
var RunCmd = &cobra.Command{
var CmdRun = &cobra.Command{
Use: "run",
Short: "nunu run [main.go path]",
Long: "nunu run [main.go path]",