提交 d7f7d648 编写于 作者: D Dennis Cornwell

Update issue usage docs

上级 ffaa3ecb
...@@ -11,8 +11,13 @@ import ( ...@@ -11,8 +11,13 @@ import (
var ( var (
cmdIssue = &Command{ cmdIssue = &Command{
Run: issue, Run: issue,
Usage: "issue", Usage: "issue [-a <ASSIGNEE>]",
Long: `List open issues for the current GitHub project.`, Long: `List open issues for the current GitHub project.
## Options:
-a, --assignee <ASSIGNEE>
Display only issues assigned to <ASSIGNEE>
`,
} }
cmdCreateIssue = &Command{ cmdCreateIssue = &Command{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册