2018-07-20 16:46:14 +03:00
## git-bug show
2019-02-24 16:46:08 +03:00
Display the details of a bug.
2018-07-20 16:46:14 +03:00
### Synopsis
2019-02-24 16:46:08 +03:00
Display the details of a bug.
2018-07-20 16:46:14 +03:00
```
2018-09-18 14:28:01 +03:00
git-bug show [< id > ] [flags]
2018-07-20 16:46:14 +03:00
```
### Options
```
2019-04-11 21:04:44 +03:00
-f, --field string Select field to display. Valid values are [author,authorEmail,createTime,humanId,id,labels,shortId,status,title,actors,participants]
2019-01-08 01:08:48 +03:00
-h, --help help for show
2018-07-20 16:46:14 +03:00
```
### SEE ALSO
2019-02-24 16:46:08 +03:00
* [git-bug ](git-bug.md ) - A bug tracker embedded in Git.
2018-07-20 16:46:14 +03:00