We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c252cd7 commit 5fd56a2Copy full SHA for 5fd56a2
1 file changed
cmd/docs/docs.go
@@ -47,12 +47,12 @@ func NewCommand(clients *shared.ClientFactory) *cobra.Command {
47
},
48
}
49
50
- cmd.Flags().StringVar(&searchFlag, "search", "", "search query for Slack documentation")
+ cmd.Flags().StringVar(&searchFlag, "search", "", "search query for Slack docs")
51
52
return cmd
53
54
55
-// runDocsCommand opens Slack developer documentation in the browser
+// runDocsCommand opens Slack developer docs in the browser
56
func runDocsCommand(clients *shared.ClientFactory, cmd *cobra.Command, args []string) error {
57
ctx := cmd.Context()
58
0 commit comments