summaryrefslogtreecommitdiffstatshomepage
path: root/doc/md/git-bug_status_close.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-16 14:29:14 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-16 14:29:14 +0200
commitdad61892cea320cd28c23c73fdf65a90404c6099 (patch)
treeda964d3af2001027ef880d93cf5914ecd40984e8 /doc/md/git-bug_status_close.md
parenta846fb96de587afdd9b3ea37bdb9731d77e44863 (diff)
downloadgit-bug-dad61892cea320cd28c23c73fdf65a90404c6099.tar.gz
git-bug-dad61892cea320cd28c23c73fdf65a90404c6099.zip
commands: migrate the open/close commands under the "status" command
Diffstat (limited to 'doc/md/git-bug_status_close.md')
-rw-r--r--doc/md/git-bug_status_close.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/md/git-bug_status_close.md b/doc/md/git-bug_status_close.md
new file mode 100644
index 00000000..4660972a
--- /dev/null
+++ b/doc/md/git-bug_status_close.md
@@ -0,0 +1,22 @@
+## git-bug status close
+
+Mark the bug as closed
+
+### Synopsis
+
+Mark the bug as closed
+
+```
+git-bug status close <id> [flags]
+```
+
+### Options
+
+```
+ -h, --help help for close
+```
+
+### SEE ALSO
+
+* [git-bug status](git-bug_status.md) - Show the bug status
+