git-bug_board_show.md

 1## git-bug board show
 2
 3Display a board
 4
 5```
 6git-bug board show [BOARD_ID] [flags]
 7```
 8
 9### Options
10
11```
12  -f, --format string   Select the output formatting style. Valid values are [default,json,org-mode] (default "default")
13  -h, --help            help for show
14```
15
16### SEE ALSO
17
18* [git-bug board](git-bug_board.md)	 - List boards
19