summaryrefslogtreecommitdiffstatshomepage
path: root/doc/md/git-bug_status.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-16 14:25:25 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-16 14:25:25 +0200
commita846fb96de587afdd9b3ea37bdb9731d77e44863 (patch)
tree4b71d5b7c4395ae1be1e9f6520e7866e98257e4e /doc/md/git-bug_status.md
parent6f5d433e33b5432887a8496074f0d7c7048c1167 (diff)
downloadgit-bug-a846fb96de587afdd9b3ea37bdb9731d77e44863.tar.gz
git-bug-a846fb96de587afdd9b3ea37bdb9731d77e44863.zip
commands: add a "status" command to show a bug status
Diffstat (limited to 'doc/md/git-bug_status.md')
-rw-r--r--doc/md/git-bug_status.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/md/git-bug_status.md b/doc/md/git-bug_status.md
new file mode 100644
index 000000000..a4af6f4d3
--- /dev/null
+++ b/doc/md/git-bug_status.md
@@ -0,0 +1,22 @@
+## git-bug status
+
+Show the bug status
+
+### Synopsis
+
+Show the bug status
+
+```
+git-bug status <id> [flags]
+```
+
+### Options
+
+```
+ -h, --help help for status
+```
+
+### SEE ALSO
+
+* [git-bug](git-bug.md) - A bugtracker embedded in Git
+