mirror of
https://github.com/go-nunu/nunu.git
synced 2025-10-08 09:30:56 +08:00
nunu: fix run RunCmd.Long
This commit is contained in:
@@ -27,7 +27,7 @@ type Run struct {
|
||||
var RunCmd = &cobra.Command{
|
||||
Use: "run",
|
||||
Short: "nunu run [main.go path]",
|
||||
Long: "nunu wire [wire.go path]",
|
||||
Long: "nunu run [main.go path]",
|
||||
Example: "nunu run cmd/server",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
cmdArgs, programArgs := helper.SplitArgs(cmd, args)
|
||||
|
Reference in New Issue
Block a user