We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed7c770 + b31f9a3 commit 92c497bCopy full SHA for 92c497b
cmd/docs.go
@@ -25,7 +25,7 @@ func newDocsCmd() *cobra.Command {
25
return &cobra.Command{
26
Use: "docs",
27
Short: "Generate API reference docs. Coming soon",
28
- Long: `Update vendor dependencies. Coming soon`,
+ Long: `Generate API reference docs. Coming soon`,
29
Run: func(cmd *cobra.Command, args []string) {
30
fmt.Println("Coming soon.")
31
},
0 commit comments