mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
24 lines
418 B
Markdown
24 lines
418 B
Markdown
## 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.
|
|
|