mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-07 21:35:24 +02:00
16 lines
427 B
Markdown
16 lines
427 B
Markdown
# hub issue
|
|
|
|
> Manage Github issues.
|
|
> More information: <https://hub.github.com/hub-issue.1.html>.
|
|
|
|
- List the last 10 issues with the `bug` label:
|
|
|
|
`hub issue list {{[-L|--limit]}} {{10}} {{[-l|--labels]}} "{{bug}}"`
|
|
|
|
- Display a specific issue:
|
|
|
|
`hub issue show {{issue_number}}`
|
|
|
|
- List 10 closed issues assigneed to a specific user:
|
|
|
|
`hub issue {{[-s|--state]}} {{closed}} {{[-a|--assignee]}} {{username}} --limit {{10}}`
|