aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-09 22:24:43 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-09 22:24:43 +0200
commit71bee1e68c414fca14b4f36d6fccbe0af693a712 (patch)
tree64561d1940f85ee7496956901caad769d4b7c79f /README.md
parent28ee08af0d649a32b0e0bd4b06aee11ef8a8c2f9 (diff)
downloadgit-bug-71bee1e68c414fca14b4f36d6fccbe0af693a712.tar.gz
readme: add an example of query
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a8ef394..cf3353c2 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,11 @@ List existing bugs:
git bug ls
```
+Filter and sort bugs using a [query](doc/queries.md):
+```
+git bug ls "status:open sort:edit"
+```
+
You can now use commands like `show`, `comment`, `open` or `close` to display and modify bugs. For more details about each command, you can run `git bug <command> --help` or read the [command's documentation](doc/md/git-bug.md).
## Interactive terminal UI