diff options
Diffstat (limited to 'doc/md/git-bug_show.md')
-rw-r--r-- | doc/md/git-bug_show.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/md/git-bug_show.md b/doc/md/git-bug_show.md deleted file mode 100644 index c284fc71..00000000 --- a/doc/md/git-bug_show.md +++ /dev/null @@ -1,20 +0,0 @@ -## git-bug show - -Display the details of a bug. - -``` -git-bug show [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](git-bug.md) - A bug tracker embedded in Git. - |