From a846fb96de587afdd9b3ea37bdb9731d77e44863 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 16 Sep 2018 14:25:25 +0200 Subject: commands: add a "status" command to show a bug status --- doc/md/git-bug.md | 1 + doc/md/git-bug_status.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 doc/md/git-bug_status.md (limited to 'doc/md') diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index 9eb7b7bc..33ab48ae 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -30,6 +30,7 @@ git-bug [flags] * [git-bug pull](git-bug_pull.md) - Pull bugs update from a git remote * [git-bug push](git-bug_push.md) - Push bugs update to a git remote * [git-bug show](git-bug_show.md) - Display the details of a bug +* [git-bug status](git-bug_status.md) - Show the bug status * [git-bug termui](git-bug_termui.md) - Launch the terminal UI * [git-bug title](git-bug_title.md) - Display a bug's title * [git-bug webui](git-bug_webui.md) - Launch the web UI diff --git a/doc/md/git-bug_status.md b/doc/md/git-bug_status.md new file mode 100644 index 00000000..a4af6f4d --- /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 [flags] +``` + +### Options + +``` + -h, --help help for status +``` + +### SEE ALSO + +* [git-bug](git-bug.md) - A bugtracker embedded in Git + -- cgit