git-bug_board_title_edit.md
1## git-bug board title edit
2
3Edit a title of a board
4
5```
6git-bug board title edit [BUG_ID] [flags]
7```
8
9### Options
10
11```
12 -t, --title string Provide a title to describe the board
13 --non-interactive Do not ask for user input
14 -h, --help help for edit
15```
16
17### SEE ALSO
18
19* [git-bug board title](git-bug_board_title.md) - Display the title of a board
20