git-bug_ls-label.md
1## git-bug ls-label
2
3List valid labels
4
5### Synopsis
6
7List valid labels.
8
9Note: 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.
10
11```
12git-bug ls-label [flags]
13```
14
15### Options
16
17```
18 -h, --help help for ls-label
19```
20
21### SEE ALSO
22
23* [git-bug](git-bug.md) - A bug tracker embedded in Git
24