git-bug/doc/md/git-bug_bug_show.md

21 lines
501 B
Markdown
Raw Normal View History

## git-bug bug show
2018-07-20 16:46:14 +03:00
Display the details of a bug
2018-07-20 16:46:14 +03:00
```
git-bug bug show [BUG_ID] [flags]
2018-07-20 16:46:14 +03:00
```
### Options
```
2020-06-24 15:52:48 +03:00
--field string Select field to display. Valid values are [author,authorEmail,createTime,lastEdit,humanId,id,labels,shortId,status,title,actors,participants]
-f, --format string Select the output formatting style. Valid values are [default,json,org-mode] (default "default")
-h, --help help for show
2018-07-20 16:46:14 +03:00
```
### SEE ALSO
* [git-bug bug](git-bug_bug.md) - List bugs
2018-07-20 16:46:14 +03:00