git-bug/doc/md/git-bug_comment.md

24 lines
350 B
Markdown
Raw Normal View History

2018-07-20 16:46:14 +03:00
## git-bug comment
2019-03-27 23:46:57 +03:00
Display or add comments to a bug.
2018-07-20 16:46:14 +03:00
### Synopsis
2019-03-27 23:46:57 +03:00
Display or add comments to a bug.
2018-07-20 16:46:14 +03:00
```
git-bug comment [<id>] [flags]
2018-07-20 16:46:14 +03:00
```
### Options
```
-h, --help help for comment
2018-07-20 16:46:14 +03:00
```
### SEE ALSO
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
2019-03-27 23:46:57 +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