blob: 40152ede1a1b612edeb62f305e29d9534a5c6ec4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
## 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,actors,participants]
-h, --help help for show
```
### SEE ALSO
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
|