git-bug/doc/md/git-bug_show.md

24 lines
418 B
Markdown
Raw Normal View History

2018-07-20 16:46:14 +03:00
## git-bug show
Display the details of a bug.
2018-07-20 16:46:14 +03:00
### Synopsis
Display the details of a bug.
2018-07-20 16:46:14 +03:00
```
git-bug show [<id>] [flags]
2018-07-20 16:46:14 +03:00
```
### 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
2018-07-20 16:46:14 +03:00
```
### SEE ALSO
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
2018-07-20 16:46:14 +03:00