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