From 5a8c6498bb289ce7859fc17803a5a54bc22646c6 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Fri, 20 Jul 2018 15:47:06 +0200 Subject: generate manpages --- doc/man/git-bug.3 | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/man/git-bug.3 (limited to 'doc/man/git-bug.3') diff --git a/doc/man/git-bug.3 b/doc/man/git-bug.3 new file mode 100644 index 00000000..d88c6166 --- /dev/null +++ b/doc/man/git-bug.3 @@ -0,0 +1,37 @@ +.TH "MINE" "3" "Jul 2018" "Auto generated by spf13/cobra" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug \- A bugtracker embedded in Git + + +.SH SYNOPSIS +.PP +\fBgit\-bug [flags]\fP + + +.SH DESCRIPTION +.PP +git\-bug is a bugtracker embedded in git. + +.PP +It use the same internal storage so it doesn't pollute your project. As you would do with commits and branches, you can push your bugs to the same git remote your are already using to collaborate with other peoples. + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for git\-bug + + +.SH SEE ALSO +.PP +\fBgit\-bug\-close(3)\fP, \fBgit\-bug\-commands(3)\fP, \fBgit\-bug\-comment(3)\fP, \fBgit\-bug\-label(3)\fP, \fBgit\-bug\-ls(3)\fP, \fBgit\-bug\-new(3)\fP, \fBgit\-bug\-open(3)\fP, \fBgit\-bug\-pull(3)\fP, \fBgit\-bug\-push(3)\fP, \fBgit\-bug\-show(3)\fP, \fBgit\-bug\-webui(3)\fP + + +.SH HISTORY +.PP +20\-Jul\-2018 Auto generated by spf13/cobra -- cgit