aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_bug_show.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/md/git-bug_bug_show.md')
-rw-r--r--doc/md/git-bug_bug_show.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/md/git-bug_bug_show.md b/doc/md/git-bug_bug_show.md
new file mode 100644
index 00000000..1c7b762f
--- /dev/null
+++ b/doc/md/git-bug_bug_show.md
@@ -0,0 +1,20 @@
+## git-bug bug show
+
+Display the details of a bug
+
+```
+git-bug bug show [BUG_ID] [flags]
+```
+
+### Options
+
+```
+ --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
+```
+
+### SEE ALSO
+
+* [git-bug bug](git-bug_bug.md) - List bugs
+