hub-issue
manages GitHub issues from the command line
TLDR
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]
SYNOPSIS
hub issue [subcommand] [options]
DESCRIPTION
hub issue manages GitHub issues from the command line. List, create, and view issues without leaving the terminal.
PARAMETERS
-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.
SUBCOMMANDS
list
List issues (default).create
Create new issue.show number
Display issue details.labels
List available labels.
CAVEATS
Hub is deprecated. Consider using gh issue instead.
