git-bug_bug_comment_new.md

 1## git-bug bug comment new
 2
 3Add a new comment to a bug
 4
 5```
 6git-bug bug comment new [BUG_ID] [flags]
 7```
 8
 9### Options
10
11```
12  -F, --file string       Take the message from the given file. Use - to read the message from the standard input
13  -m, --message string    Provide the new message from the command line
14      --non-interactive   Do not ask for user input
15  -h, --help              help for new
16```
17
18### SEE ALSO
19
20* [git-bug bug comment](git-bug_bug_comment.md)	 - List a bug's comments
21