aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-07-30 17:00:10 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-30 17:00:10 +0200
commitc0dbe70ee08db699a35d573ba09f7900fb959f92 (patch)
tree65f54a196aa7ed86ac2f5fa95b695a0152d03e5c /doc/md
parente14f1b4264ec5196834db925202d9d9f93ac35c5 (diff)
downloadgit-bug-c0dbe70ee08db699a35d573ba09f7900fb959f92.tar.gz
wip terminal ui
Diffstat (limited to 'doc/md')
-rw-r--r--doc/md/git-bug.md1
-rw-r--r--doc/md/git-bug_termui.md22
2 files changed, 23 insertions, 0 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md
index eeef22f1..1e97e74e 100644
--- a/doc/md/git-bug.md
+++ b/doc/md/git-bug.md
@@ -30,5 +30,6 @@ git-bug [flags]
* [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
* [git-bug show](git-bug_show.md) - Display the details of a bug
+* [git-bug termui](git-bug_termui.md) - Launch the terminal UI
* [git-bug webui](git-bug_webui.md) - Launch the web UI
diff --git a/doc/md/git-bug_termui.md b/doc/md/git-bug_termui.md
new file mode 100644
index 00000000..8bbca0fb
--- /dev/null
+++ b/doc/md/git-bug_termui.md
@@ -0,0 +1,22 @@
+## git-bug termui
+
+Launch the terminal UI
+
+### Synopsis
+
+Launch the terminal UI
+
+```
+git-bug termui [flags]
+```
+
+### Options
+
+```
+ -h, --help help for termui
+```
+
+### SEE ALSO
+
+* [git-bug](git-bug.md) - A bugtracker embedded in Git
+