1## git-bug bug show
2
3Display the details of a bug
4
5```
6git-bug bug show [BUG_ID] [flags]
7```
8
9### Options
10
11```
12 --field string Select field to display. Valid values are [author,authorEmail,createTime,lastEdit,humanId,id,labels,shortId,status,title,actors,participants]
13 -f, --format string Select the output formatting style. Valid values are [default,json,org-mode] (default "default")
14 -h, --help help for show
15```
16
17### SEE ALSO
18
19* [git-bug bug](git-bug_bug.md) - List bugs
20