blob: 21d5460cbb465f81acca85e6178d2466081dfd90 (
plain) (
tree)
|
|
## git-bug show
Display the details of a bug.
### Synopsis
Display the details of a bug.
```
git-bug show [<id>] [flags]
```
### Options
```
-f, --field string Select field to display. Valid values are [author,authorEmail,createTime,humanId,id,labels,shortId,status,title]
-h, --help help for show
```
### SEE ALSO
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
|