update readme

This commit is contained in:
Michael Muré 2018-07-17 19:31:18 +02:00
parent 76ac1787b8
commit 9e6c687fca
No known key found for this signature in database
GPG Key ID: A4457C029293126F

View File

@ -44,9 +44,14 @@ And pull for updates:
git bug pull [<remote>]
```
You can now use commands like `show`, `comment`, `open` or `close` to display and modify bugs.
## All commands
```bash
# Mark the bug as closed
git bug close <id>
# Display available commands
git bug commands [<option>...]
@ -59,6 +64,9 @@ git bug ls
# Create a new bug
git bug new [<option>...] <title>
# Mark the bug as open
git bug open <id>
# Pull bugs update from a git remote
git bug pull [<remote>]