blob: f3b82f4f45aa8e36999067b778e9d4321a26392e (
plain) (
tree)
|
|
## 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
|