gh issue comment

创建新的问题评论

gh issue comment {<number> | <url>} [flags]

Options

-b, --body <string>
提供主体内容。不填,也会提示
-F, --body-file <file>
文件读取主体内容 (用"-" 的话,就从标准输入读取)
-e, --editor
通过 editor 添加主体
-w, --web
用浏览器打开网络链接,添加主体

Options inherited from parent commands

-R, --repo <[HOST/]OWNER/REPO>
使用 [HOST/]OWNER/REPO 格式,选择另一存储库

Examples

$ gh issue comment 22 --body "I was able to reproduce this issue, lets fix it."

See also