Linux command
hub-issue 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List open issues
hub issue
List issues with labels
hub issue -l [bug]
Create new issue
hub issue create
Create with title and body
hub issue create -m "[title]" -m "[body]"
Show specific issue
hub issue show [123]
List assignee's issues
hub issue -a [username]
说明
hub issue manages GitHub issues from the command line. List, create, and view issues without leaving the terminal.
参数
- -l, --label _label_
- Filter by label.
- -a, --assignee _user_
- Filter by assignee.
- -s, --state _state_
- Filter by state (open, closed, all).
- -m, --message _msg_
- Issue title/body.
FAQ
What is the hub-issue command used for?
hub issue manages GitHub issues from the command line. List, create, and view issues without leaving the terminal.
How do I run a basic hub-issue example?
Run `hub issue` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -l, --label _label_ do in hub-issue?
Filter by label.