mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-16 11:00:42 +03:00
24 lines
323 B
Markdown
24 lines
323 B
Markdown
## git-bug comment
|
|
|
|
Display or add comments.
|
|
|
|
### Synopsis
|
|
|
|
Display or add comments.
|
|
|
|
```
|
|
git-bug comment [<id>] [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for comment
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
|
|
* [git-bug comment add](git-bug_comment_add.md) - Add a new comment.
|
|
|