blob: 67ee7dd1f72bfa7de4e1b65ad76fdd867c761bdb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
.nh
.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" ""
.SH NAME
.PP
git-bug-label-ls - List valid labels.
.SH SYNOPSIS
.PP
\fBgit-bug label ls [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
.SH SEE ALSO
.PP
\fBgit-bug-label(1)\fP
|