blob: 83a03b79b936d6c689f3602e522ebaf5e7767cf8 (
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 commands
Display available commands
### Synopsis
Display available commands
```
git-bug commands [<option>...] [flags]
```
### Options
```
-h, --help help for commands
-p, --pretty Output the command description as well as Markdown compatible comment
```
### SEE ALSO
* [git-bug](git-bug.md) - A bugtracker embedded in Git
###### Auto generated by spf13/cobra on 20-Jul-2018
|