git-bug_show.md

 1## git-bug show
 2
 3Display the details of a bug.
 4
 5```
 6git-bug show [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](git-bug.md)	 - A bug tracker embedded in Git.
20