mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 18:11:21 +08:00
docs: update hrp cmd docs
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"github.com/httprunner/httprunner/v5/internal/wiki"
|
||||
)
|
||||
|
||||
var wikiCmd = &cobra.Command{
|
||||
var CmdWiki = &cobra.Command{
|
||||
Use: "wiki",
|
||||
Aliases: []string{"info", "docs", "doc"},
|
||||
Short: "visit https://httprunner.com",
|
||||
@@ -26,7 +26,3 @@ var wikiCmd = &cobra.Command{
|
||||
return wiki.OpenWiki()
|
||||
},
|
||||
}
|
||||
|
||||
func init() {
|
||||
rootCmd.AddCommand(wikiCmd)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user