2018-07-20 16:46:14 +03:00
|
|
|
## git-bug comment
|
|
|
|
|
2018-09-15 21:31:40 +03:00
|
|
|
Show a bug's comments
|
2018-07-20 16:46:14 +03:00
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
2018-09-15 21:31:40 +03:00
|
|
|
Show a bug's comments
|
2018-07-20 16:46:14 +03:00
|
|
|
|
|
|
|
```
|
2018-09-06 22:42:05 +03:00
|
|
|
git-bug comment <id> [flags]
|
2018-07-20 16:46:14 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-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
|
2018-09-10 19:16:16 +03:00
|
|
|
-h, --help help for comment
|
2018-07-20 16:46:14 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
|
|
|
* [git-bug](git-bug.md) - A bugtracker embedded in Git
|
2018-09-15 21:31:40 +03:00
|
|
|
* [git-bug comment add](git-bug_comment_add.md) - Add a new comment to a bug
|
2018-07-20 16:46:14 +03:00
|
|
|
|