git-bug_bug_status.md

 1## git-bug bug status
 2
 3Display the status of a bug
 4
 5```
 6git-bug bug status [BUG_ID] [flags]
 7```
 8
 9### Options
10
11```
12  -h, --help   help for status
13```
14
15### SEE ALSO
16
17* [git-bug bug](git-bug_bug.md)	 - List bugs
18* [git-bug bug status close](git-bug_bug_status_close.md)	 - Mark a bug as closed
19* [git-bug bug status open](git-bug_bug_status_open.md)	 - Mark a bug as open
20