aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/git-bug-bug.1
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2022-09-10 11:09:19 +0200
committerMichael Muré <batolettre@gmail.com>2022-11-20 17:18:09 +0100
commitacc9a6f3a6df2961c3ae44352216d915cb9b5315 (patch)
treee159372673104ade1f15ddc1a84aa9da93e93552 /doc/man/git-bug-bug.1
parenta3fa445a9c76631c4cd16f93e1c1c68a954adef7 (diff)
downloadgit-bug-acc9a6f3a6df2961c3ae44352216d915cb9b5315.tar.gz
commands: reorg into different packages
Diffstat (limited to 'doc/man/git-bug-bug.1')
-rw-r--r--doc/man/git-bug-bug.196
1 files changed, 96 insertions, 0 deletions
diff --git a/doc/man/git-bug-bug.1 b/doc/man/git-bug-bug.1
new file mode 100644
index 00000000..6ee62303
--- /dev/null
+++ b/doc/man/git-bug-bug.1
@@ -0,0 +1,96 @@
+.nh
+.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
+
+.SH NAME
+.PP
+git-bug-bug - List bugs
+
+
+.SH SYNOPSIS
+.PP
+\fBgit-bug bug [QUERY] [flags]\fP
+
+
+.SH DESCRIPTION
+.PP
+Display a summary of each bugs.
+
+.PP
+You can pass an additional query to filter and order the list. This query can be expressed either with a simple query language, flags, a natural language full text search, or a combination of the aforementioned.
+
+
+.SH OPTIONS
+.PP
+\fB-s\fP, \fB--status\fP=[]
+ Filter by status. Valid values are [open,closed]
+
+.PP
+\fB-a\fP, \fB--author\fP=[]
+ Filter by author
+
+.PP
+\fB-m\fP, \fB--metadata\fP=[]
+ Filter by metadata. Example: github-url=URL
+
+.PP
+\fB-p\fP, \fB--participant\fP=[]
+ Filter by participant
+
+.PP
+\fB-A\fP, \fB--actor\fP=[]
+ Filter by actor
+
+.PP
+\fB-l\fP, \fB--label\fP=[]
+ Filter by label
+
+.PP
+\fB-t\fP, \fB--title\fP=[]
+ Filter by title
+
+.PP
+\fB-n\fP, \fB--no\fP=[]
+ Filter by absence of something. Valid values are [label]
+
+.PP
+\fB-b\fP, \fB--by\fP="creation"
+ Sort the results by a characteristic. Valid values are [id,creation,edit]
+
+.PP
+\fB-d\fP, \fB--direction\fP="asc"
+ Select the sorting direction. Valid values are [asc,desc]
+
+.PP
+\fB-f\fP, \fB--format\fP="default"
+ Select the output formatting style. Valid values are [default,plain,compact,id,json,org-mode]
+
+.PP
+\fB-h\fP, \fB--help\fP[=false]
+ help for bug
+
+
+.SH EXAMPLE
+.PP
+.RS
+
+.nf
+List open bugs sorted by last edition with a query:
+git bug status:open sort:edit-desc
+
+List closed bugs sorted by creation with flags:
+git bug --status closed --by creation
+
+Do a full text search of all bugs:
+git bug "foo bar" baz
+
+Use queries, flags, and full text search:
+git bug status:open --by creation "foo bar" baz
+
+
+.fi
+.RE
+
+
+.SH SEE ALSO
+.PP
+\fBgit-bug(1)\fP, \fBgit-bug-bug-comment(1)\fP, \fBgit-bug-bug-deselect(1)\fP, \fBgit-bug-bug-label(1)\fP, \fBgit-bug-bug-new(1)\fP, \fBgit-bug-bug-rm(1)\fP, \fBgit-bug-bug-select(1)\fP, \fBgit-bug-bug-show(1)\fP, \fBgit-bug-bug-status(1)\fP, \fBgit-bug-bug-title(1)\fP