aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/md/git-bug.md')
-rw-r--r--doc/md/git-bug.md25
1 files changed, 18 insertions, 7 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md
index a71d6dfb..5a55485c 100644
--- a/doc/md/git-bug.md
+++ b/doc/md/git-bug.md
@@ -27,12 +27,23 @@ git-bug [flags]
* [git-bug bridge](git-bug_bridge.md) - List bridges to other bug trackers
* [git-bug bug](git-bug_bug.md) - List bugs
* [git-bug commands](git-bug_commands.md) - Display available commands.
-* [git-bug label](git-bug_label.md) - List valid labels
-* [git-bug pull](git-bug_pull.md) - Pull updates from a git remote
-* [git-bug push](git-bug_push.md) - Push updates to a git remote
-* [git-bug termui](git-bug_termui.md) - Launch the terminal UI
-* [git-bug user](git-bug_user.md) - List identities
-* [git-bug version](git-bug_version.md) - Show git-bug version information
-* [git-bug webui](git-bug_webui.md) - Launch the web UI
+* [git-bug comment](git-bug_comment.md) - Display or add comments to a bug.
+* [git-bug deselect](git-bug_deselect.md) - Clear the implicitly selected bug.
+* [git-bug export](git-bug_export.md) - Export bugs as a series of operations.
+* [git-bug label](git-bug_label.md) - Display, add or remove labels to/from a bug.
+* [git-bug ls](git-bug_ls.md) - List bugs.
+* [git-bug ls-id](git-bug_ls-id.md) - List bug identifiers.
+* [git-bug ls-label](git-bug_ls-label.md) - List valid labels.
+* [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 rm](git-bug_rm.md) - Remove an existing bug.
+* [git-bug select](git-bug_select.md) - Select a bug for implicit use in future commands.
+* [git-bug show](git-bug_show.md) - Display the details of a bug.
+* [git-bug status](git-bug_status.md) - Display or change a bug status.
+* [git-bug termui](git-bug_termui.md) - Launch the terminal UI.
+* [git-bug title](git-bug_title.md) - Display or change a title of a bug.
+* [git-bug user](git-bug_user.md) - Display or change the user identity.
+* [git-bug version](git-bug_version.md) - Show git-bug version information.
* [git-bug wipe](git-bug_wipe.md) - Wipe git-bug from the git repository
+* [git-bug webui](git-bug_webui.md) - Launch the web UI.