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 -f, --field string Select field to display. Valid values are [author,authorEmail,createTime,humanId,id,labels,shortId,status,title]
17 -h, --help help for show
18```
19
20### SEE ALSO
21
22* [git-bug](git-bug.md) - A bug tracker embedded in Git.
23