diff options
author | Michael Muré <batolettre@gmail.com> | 2018-08-13 02:19:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-13 02:19:34 +0200 |
commit | f2f779c5a8b4efe67317bbffe110a9880c1f529a (patch) | |
tree | 5b786aed088fef35119da44e2f1c1624b6dd72e9 /README.md | |
parent | 3fe65c0a55d9d4aeca147285e4e1d2fa498d5cdf (diff) | |
download | git-bug-f2f779c5a8b4efe67317bbffe110a9880c1f529a.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,7 +37,7 @@ export PATH=$PATH:$GOROOT/bin:$GOPATH/bin That's all ! -## CLI usage (status: working but need UX improvement) +## CLI usage Create a new bug: @@ -64,7 +64,7 @@ git bug ls 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 (status: WIP) +## Interactive terminal UI An interactive terminal UI is available using the command `git bug termui` to browse and edit bugs. |