1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 21:22:09 +02:00
tldr/pages/common/hub-issue.md
WangLinSongss 4a15348827
hub-*: add page (#11228)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-10-25 10:40:02 +02:00

16 lines
392 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 --limit {{10}} --labels "{{bug}}" `
- Display a specific issue:
`hub issue show {{issue_number}}`
- List 10 closed issues assigneed to a specific user:
`hub issue --state {{closed}} --assignee {{username}} --limit {{10}}`