From acc9a6f3a6df2961c3ae44352216d915cb9b5315 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sat, 10 Sep 2022 11:09:19 +0200 Subject: commands: reorg into different packages --- doc/md/git-bug_show.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 doc/md/git-bug_show.md (limited to 'doc/md/git-bug_show.md') 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. - -- cgit