We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa163d commit a625765Copy full SHA for a625765
issue/issue.go
@@ -39,6 +39,11 @@ If the -a flag is specified, issue runs as a collection of acme windows
39
instead of a command-line tool. In this mode, the query is optional.
40
If no query is given, issue uses "state:open".
41
42
+This mode requires an existing plumb port called "githubissue", which can
43
+be created with the following plumbing rule:
44
+
45
+ plumb to githubissue
46
47
There are three kinds of acme windows: issue, issue creation, issue list,
48
search result, and milestone list.
49
0 commit comments