git-bug/doc/md/git-bug_label.md

25 lines
426 B
Markdown
Raw Permalink Normal View History

2018-07-20 16:46:14 +03:00
## git-bug 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.
2018-07-20 16:46:14 +03:00
```
git-bug label [flags]
2018-07-20 16:46:14 +03:00
```
### Options
```
-h, --help help for label
2018-07-20 16:46:14 +03:00
```
### SEE ALSO
* [git-bug](git-bug.md) - A bug tracker embedded in Git
2018-07-20 16:46:14 +03:00