git-bug_show.md

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