mirror of
https://github.com/fatedier/frp.git
synced 2026-04-14 21:19:11 +08:00
use yamux instead of smux
This commit is contained in:
2
vendor/github.com/spf13/cobra/cobra/cmd/init.go
generated
vendored
2
vendor/github.com/spf13/cobra/cobra/cmd/init.go
generated
vendored
@@ -65,7 +65,7 @@ Init will not use an existing directory with contents.`,
|
||||
initializeProject(project)
|
||||
|
||||
fmt.Fprintln(cmd.OutOrStdout(), `Your Cobra application is ready at
|
||||
`+project.AbsPath()+`
|
||||
`+project.AbsPath()+`.
|
||||
|
||||
Give it a try by going there and running `+"`go run main.go`."+`
|
||||
Add commands to it by running `+"`cobra add [cmdname]`.")
|
||||
|
||||
Reference in New Issue
Block a user