2018-09-16 15:25:25 +03:00
|
|
|
## git-bug status
|
|
|
|
|
2019-02-24 16:46:08 +03:00
|
|
|
Display or change a bug status.
|
2018-09-16 15:25:25 +03:00
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
2019-02-24 16:46:08 +03:00
|
|
|
Display or change a bug status.
|
2018-09-16 15:25:25 +03:00
|
|
|
|
|
|
|
```
|
2018-09-18 14:28:01 +03:00
|
|
|
git-bug status [<id>] [flags]
|
2018-09-16 15:25:25 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
-h, --help help for status
|
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
2019-02-24 16:46:08 +03:00
|
|
|
* [git-bug](git-bug.md) - A bug tracker embedded in Git.
|
|
|
|
* [git-bug status close](git-bug_status_close.md) - Mark a bug as closed.
|
|
|
|
* [git-bug status open](git-bug_status_open.md) - Mark a bug as open.
|
2018-09-16 15:25:25 +03:00
|
|
|
|