mirror of
https://github.com/go-nunu/nunu.git
synced 2025-10-14 20:25:44 +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)
|
||||
|
@@ -28,7 +28,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)
|
||||
|
@@ -1,3 +1,3 @@
|
||||
package version
|
||||
|
||||
const Version = "1.0.1"
|
||||
const Version = "1.0.3"
|
||||
|
Reference in New Issue
Block a user