diff options
Diffstat (limited to 'doc/md/git-bug_status_open.md')
-rw-r--r-- | doc/md/git-bug_status_open.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/md/git-bug_status_open.md b/doc/md/git-bug_status_open.md new file mode 100644 index 00000000..920bf66d --- /dev/null +++ b/doc/md/git-bug_status_open.md @@ -0,0 +1,22 @@ +## git-bug status open + +Mark the bug as open + +### Synopsis + +Mark the bug as open + +``` +git-bug status open <id> [flags] +``` + +### Options + +``` + -h, --help help for open +``` + +### SEE ALSO + +* [git-bug status](git-bug_status.md) - Show the bug status + |