1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 10:15:23 +02:00
tldr/pages/common/hub-issue.md

17 lines
427 B
Markdown
Raw Normal View History

# hub issue
> Manage Github issues.
> More information: <https://hub.github.com/hub-issue.1.html>.
- List the last 10 issues with the `bug` label:
2025-05-11 17:10:37 +03:00
`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:
2025-05-11 17:10:37 +03:00
`hub issue {{[-s|--state]}} {{closed}} {{[-a|--assignee]}} {{username}} --limit {{10}}`