diff options
Diffstat (limited to 'doc/md/git-bug_status_close.md')
-rw-r--r-- | doc/md/git-bug_status_close.md | 22 |
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 + |