blob: 0a26609de9d9cf500ef186ce15cf96e520fd9695 (
plain) (
tree)
|
|
## git-bug bug title edit
Edit a title of a bug
```
git-bug bug title edit [BUG_ID] [flags]
```
### Options
```
-t, --title string Provide a title to describe the issue
--non-interactive Do not ask for user input
-h, --help help for edit
```
### SEE ALSO
* [git-bug bug title](git-bug_bug_title.md) - Display the title of a bug
|