diff options
Diffstat (limited to 'doc/md/git-bug_close.md')
-rw-r--r-- | doc/md/git-bug_close.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/md/git-bug_close.md b/doc/md/git-bug_close.md new file mode 100644 index 00000000..89aa22c7 --- /dev/null +++ b/doc/md/git-bug_close.md @@ -0,0 +1,23 @@ +## git-bug close + +Mark the bug as closed + +### Synopsis + +Mark the bug as closed + +``` +git-bug close <id> [flags] +``` + +### Options + +``` + -h, --help help for close +``` + +### SEE ALSO + +* [git-bug](git-bug.md) - A bugtracker embedded in Git + +###### Auto generated by spf13/cobra on 20-Jul-2018 |