Provided by: gh_2.4.0+dfsg1-2_amd64 

NAME
gh-issue-comment - Create a new issue comment
SYNOPSIS
gh issue comment {<number> | <url>} [flags]
OPTIONS
-b, --body <string>
Supply a body. Will prompt for one otherwise.
-F, --body-file <file>
Read body text from file (use "-" to read from standard input)
-e, --editor
Add body using editor
-w, --web
Add body in browser
OPTIONS INHERITED FROM PARENT COMMANDS
-R, --repo <[HOST/]OWNER/REPO>
Select another repository using the [HOST/]OWNER/REPO format
EXAMPLE
$ gh issue comment 22 --body "I was able to reproduce this issue, lets fix it."
SEE ALSO
gh-issue(1)
Mar 2022 GH-ISSUE-COMMENT(1)