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

427 B

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}}