From f2f779c5a8b4efe67317bbffe110a9880c1f529a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Mon, 13 Aug 2018 02:19:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d115c963a91ba948979902fcca82574019373a3..a103cdbe90dbe4eb97685cceb7c161e4aaabea9c 100644 --- a/README.md +++ b/README.md @@ -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 --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.