commit 088b35ce631ef792e9620f8966a12cfa366bceaa
parent 4ea9357af1c7eaf067bdfb8cc1b546595b68d5c2
Author: Roi Martin <jroi.martin@gmail.com>
Date: Sat, 11 Jan 2020 22:35:32 +0100
issue: document plumb port requirement
Document "githubissue" plumb port requirement and how to create
it under the section "Acme Editor Integration".
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/issue/issue.go b/issue/issue.go
@@ -39,6 +39,11 @@ If the -a flag is specified, issue runs as a collection of acme windows
instead of a command-line tool. In this mode, the query is optional.
If no query is given, issue uses "state:open".
+This mode requires an existing plumb port called "githubissue", which can
+be created with the following plumbing rule:
+
+ plumb to githubissue
+
There are three kinds of acme windows: issue, issue creation, issue list,
search result, and milestone list.