diff options
author | Sladyn <gunnerforlife00@gmail.com> | 2019-02-08 23:55:19 +0530 |
---|---|---|
committer | Sladyn <gunnerforlife00@gmail.com> | 2019-02-14 00:32:40 +0530 |
commit | f70f38c8ee44338e803ba6bb306c13fe1c7f347a (patch) | |
tree | a36d96b2b01071d3d850f3a04af5f601ba6d0c77 /doc/md/git-bug.md | |
parent | bb0066344a12d6ba58ab4dfc420b4fe5308e0a71 (diff) | |
download | git-bug-f70f38c8ee44338e803ba6bb306c13fe1c7f347a.tar.gz |
ls-id.go: Add ls-id [<prefix>] command
This file adds the ls-id command which returns
the bug id matching the prefix the user enters.
If no prefix entered it lists all the BugId's
Closes https://github.com/MichaelMure/git-bug/issues/47
Diffstat (limited to 'doc/md/git-bug.md')
-rw-r--r-- | doc/md/git-bug.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index 2cc44eff..4acec84c 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -31,6 +31,7 @@ git-bug [flags] * [git-bug deselect](git-bug_deselect.md) - Clear the implicitly selected bug * [git-bug label](git-bug_label.md) - Display, add or remove labels * [git-bug ls](git-bug_ls.md) - List bugs +* [git-bug ls-id](git-bug_ls-id.md) - List Bug Id * [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 |