blob: cda6ebba77a9ae650cd2d89418f8f71032385463 (
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
|
## git-bug label ls
List valid labels.
### Synopsis
List valid labels.
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.
```
git-bug label ls [flags]
```
### Options
```
-h, --help help for ls
```
### SEE ALSO
* [git-bug label](git-bug_label.md) - Display, add or remove labels to/from a bug.
|