blob: 9ee6fa8c68b3b81d0016d83fcce36a0c8fe551b1 (
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 ls-label
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 ls-label [flags]
```
### Options
```
-h, --help help for ls-label
```
### SEE ALSO
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
|