Skip to content

Commit

Permalink
docs: rootCmd Long
Browse files Browse the repository at this point in the history
  • Loading branch information
lenye committed Mar 17, 2023
1 parent bad6523 commit c81e6c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,16 @@ import (
var rootCmd = &cobra.Command{
Use: "pmsg",
Short: "publish message",
Long: `发送消息的小工具:
企业微信群机器人消息
钉钉自定义机器人消息
飞书自定义机器人消息
Slack 机器人消息
微信消息
微信客服消息
企业微信消息
企业微信客服消息
使用文档: https://github.com/lenye/pmsg`,
CompletionOptions: cobra.CompletionOptions{
HiddenDefaultCmd: true,
},
Expand Down

0 comments on commit c81e6c3

Please sign in to comment.