2022-09-10 12:09:19 +03:00
|
|
|
## git-bug bug comment edit
|
2020-07-09 09:59:47 +03:00
|
|
|
|
2022-09-10 12:09:19 +03:00
|
|
|
Edit an existing comment on a bug
|
2020-07-09 09:59:47 +03:00
|
|
|
|
|
|
|
```
|
2022-09-10 12:09:19 +03:00
|
|
|
git-bug bug comment edit [COMMENT_ID] [flags]
|
2020-07-09 09:59:47 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
2021-05-09 12:14:45 +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
|
|
|
|
--non-interactive Do not ask for user input
|
|
|
|
-h, --help help for edit
|
2020-07-09 09:59:47 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
2022-09-10 12:09:19 +03:00
|
|
|
* [git-bug bug comment](git-bug_bug_comment.md) - List a bug's comments
|
2020-07-09 09:59:47 +03:00
|
|
|
|