From 6e4475941309b1b8aed7415b948ba6d26d80dfad Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Fri, 21 Sep 2018 14:02:05 +0200 Subject: commands: add a "ls-labels" command that output valid labels --- doc/man/git-bug-ls-label.1 | 32 ++++++++++++++++++++++++++++++++ doc/man/git-bug.1 | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 doc/man/git-bug-ls-label.1 (limited to 'doc/man') diff --git a/doc/man/git-bug-ls-label.1 b/doc/man/git-bug-ls-label.1 new file mode 100644 index 00000000..01cbf4e7 --- /dev/null +++ b/doc/man/git-bug-ls-label.1 @@ -0,0 +1,32 @@ +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-ls\-label \- List valid labels + + +.SH SYNOPSIS +.PP +\fBgit\-bug ls\-label [flags]\fP + + +.SH DESCRIPTION +.PP +List valid labels. + +.PP +Note: in the future, a proper label policy could be implemented where valid labels are defined in a configuration file. Until that, the default behavior is to return the list of labels already used. + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for ls\-label + + +.SH SEE ALSO +.PP +\fBgit\-bug(1)\fP diff --git a/doc/man/git-bug.1 b/doc/man/git-bug.1 index 45435773..41a29799 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\-commands(1)\fP, \fBgit\-bug\-comment(1)\fP, \fBgit\-bug\-label(1)\fP, \fBgit\-bug\-ls(1)\fP, \fBgit\-bug\-pull(1)\fP, \fBgit\-bug\-push(1)\fP, \fBgit\-bug\-select(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 +\fBgit\-bug\-add(1)\fP, \fBgit\-bug\-commands(1)\fP, \fBgit\-bug\-comment(1)\fP, \fBgit\-bug\-label(1)\fP, \fBgit\-bug\-ls(1)\fP, \fBgit\-bug\-ls\-label(1)\fP, \fBgit\-bug\-pull(1)\fP, \fBgit\-bug\-push(1)\fP, \fBgit\-bug\-select(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 -- cgit