2018-09-15 21:31:40 +03:00
|
|
|
## git-bug comment add
|
|
|
|
|
2019-03-27 23:46:57 +03:00
|
|
|
Add a new comment to a bug.
|
2018-09-15 21:31:40 +03:00
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
2019-03-27 23:46:57 +03:00
|
|
|
Add a new comment to a bug.
|
2018-09-15 21:31:40 +03:00
|
|
|
|
|
|
|
```
|
2018-09-18 14:28:01 +03:00
|
|
|
git-bug comment add [<id>] [flags]
|
2018-09-15 21:31:40 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
2018-10-17 21:47:31 +03:00
|
|
|
-F, --file string Take the message from the given file. Use - to read the message from the standard input
|
|
|
|
-m, --message string Provide the new message from the command line
|
|
|
|
-h, --help help for add
|
2018-09-15 21:31:40 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
2019-03-27 23:46:57 +03:00
|
|
|
* [git-bug comment](git-bug_comment.md) - Display or add comments to a bug.
|
2018-09-15 21:31:40 +03:00
|
|
|
|