From 6cdc6c087e858e18c5c54e92c60ceb78a37fc3f2 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sat, 15 Sep 2018 20:31:40 +0200 Subject: commands: add `git bug comment add` to add a comment --- doc/man/git-bug-add.1 | 41 +++++++++++++++++++++++++++++++++++++++++ doc/man/git-bug-comment-add.1 | 29 +++++++++++++++++++++++++++++ doc/man/git-bug-comment.1 | 6 +++--- doc/man/git-bug.1 | 2 +- 4 files changed, 74 insertions(+), 4 deletions(-) create mode 100644 doc/man/git-bug-add.1 create mode 100644 doc/man/git-bug-comment-add.1 (limited to 'doc/man') diff --git a/doc/man/git-bug-add.1 b/doc/man/git-bug-add.1 new file mode 100644 index 00000000..cc486564 --- /dev/null +++ b/doc/man/git-bug-add.1 @@ -0,0 +1,41 @@ +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-add \- Create a new bug + + +.SH SYNOPSIS +.PP +\fBgit\-bug add [flags]\fP + + +.SH DESCRIPTION +.PP +Create a new bug + + +.SH OPTIONS +.PP +\fB\-t\fP, \fB\-\-title\fP="" + Provide a title to describe the issue + +.PP +\fB\-m\fP, \fB\-\-message\fP="" + Provide a message to describe the issue + +.PP +\fB\-F\fP, \fB\-\-file\fP="" + Take the message from the given file. Use \- to read the message from the standard input + +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for add + + +.SH SEE ALSO +.PP +\fBgit\-bug(1)\fP diff --git a/doc/man/git-bug-comment-add.1 b/doc/man/git-bug-comment-add.1 new file mode 100644 index 00000000..1a2fc2dc --- /dev/null +++ b/doc/man/git-bug-comment-add.1 @@ -0,0 +1,29 @@ +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-comment\-add \- Add a new comment to a bug + + +.SH SYNOPSIS +.PP +\fBgit\-bug comment add [flags]\fP + + +.SH DESCRIPTION +.PP +Add a new comment to a bug + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for add + + +.SH SEE ALSO +.PP +\fBgit\-bug\-comment(1)\fP diff --git a/doc/man/git-bug-comment.1 b/doc/man/git-bug-comment.1 index 7e172d6b..8ad43e5c 100644 --- a/doc/man/git-bug-comment.1 +++ b/doc/man/git-bug-comment.1 @@ -5,7 +5,7 @@ .SH NAME .PP -git\-bug\-comment \- Add a new comment to a bug +git\-bug\-comment \- Show a bug's comments .SH SYNOPSIS @@ -15,7 +15,7 @@ git\-bug\-comment \- Add a new comment to a bug .SH DESCRIPTION .PP -Add a new comment to a bug +Show a bug's comments .SH OPTIONS @@ -34,4 +34,4 @@ Add a new comment to a bug .SH SEE ALSO .PP -\fBgit\-bug(1)\fP +\fBgit\-bug(1)\fP, \fBgit\-bug\-comment\-add(1)\fP diff --git a/doc/man/git-bug.1 b/doc/man/git-bug.1 index 21f012b2..9d370dc8 100644 --- a/doc/man/git-bug.1 +++ b/doc/man/git-bug.1 @@ -29,4 +29,4 @@ It use the same internal storage so it doesn't pollute your project. As you woul .SH SEE ALSO .PP -\fBgit\-bug\-close(1)\fP, \fBgit\-bug\-commands(1)\fP, \fBgit\-bug\-comment(1)\fP, \fBgit\-bug\-label(1)\fP, \fBgit\-bug\-ls(1)\fP, \fBgit\-bug\-new(1)\fP, \fBgit\-bug\-open(1)\fP, \fBgit\-bug\-pull(1)\fP, \fBgit\-bug\-push(1)\fP, \fBgit\-bug\-show(1)\fP, \fBgit\-bug\-termui(1)\fP, \fBgit\-bug\-webui(1)\fP +\fBgit\-bug\-add(1)\fP, \fBgit\-bug\-close(1)\fP, \fBgit\-bug\-commands(1)\fP, \fBgit\-bug\-comment(1)\fP, \fBgit\-bug\-label(1)\fP, \fBgit\-bug\-ls(1)\fP, \fBgit\-bug\-open(1)\fP, \fBgit\-bug\-pull(1)\fP, \fBgit\-bug\-push(1)\fP, \fBgit\-bug\-show(1)\fP, \fBgit\-bug\-termui(1)\fP, \fBgit\-bug\-webui(1)\fP -- cgit