diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-16 14:29:14 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-16 14:29:14 +0200 |
commit | dad61892cea320cd28c23c73fdf65a90404c6099 (patch) | |
tree | da964d3af2001027ef880d93cf5914ecd40984e8 /doc/md/git-bug_status_open.md | |
parent | a846fb96de587afdd9b3ea37bdb9731d77e44863 (diff) | |
download | git-bug-dad61892cea320cd28c23c73fdf65a90404c6099.tar.gz |
commands: migrate the open/close commands under the "status" command
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 + |