diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-16 14:25:25 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-16 14:25:25 +0200 |
commit | a846fb96de587afdd9b3ea37bdb9731d77e44863 (patch) | |
tree | 4b71d5b7c4395ae1be1e9f6520e7866e98257e4e /doc/man | |
parent | 6f5d433e33b5432887a8496074f0d7c7048c1167 (diff) | |
download | git-bug-a846fb96de587afdd9b3ea37bdb9731d77e44863.tar.gz |
commands: add a "status" command to show a bug status
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-status.1 | 29 | ||||
-rw-r--r-- | doc/man/git-bug.1 | 2 |
2 files changed, 30 insertions, 1 deletions
diff --git a/doc/man/git-bug-status.1 b/doc/man/git-bug-status.1 new file mode 100644 index 00000000..076791e8 --- /dev/null +++ b/doc/man/git-bug-status.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\-status \- Show the bug status + + +.SH SYNOPSIS +.PP +\fBgit\-bug status <id> [flags]\fP + + +.SH DESCRIPTION +.PP +Show the bug status + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for status + + +.SH SEE ALSO +.PP +\fBgit\-bug(1)\fP diff --git a/doc/man/git-bug.1 b/doc/man/git-bug.1 index 514dc093..7c6879fa 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\-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\-title(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\-status(1)\fP, \fBgit\-bug\-termui(1)\fP, \fBgit\-bug\-title(1)\fP, \fBgit\-bug\-webui(1)\fP |