1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages.ko/common/hub-issue.md
HoJeong Im bb903868c9
hub*: add Korean translation (#14609)
Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-04 09:30:53 +05:30

425 B

hub issue

Github 이슈를 관리. 더 많은 정보: https://hub.github.com/hub-issue.1.html.

  • bug 라벨이 있는 최근 10개 문제를 나열:

hub issue list --limit {{10}} --labels "{{bug}}"

  • 특정 문제를 표시:

hub issue show {{이슈_번호}}

  • 특정 사용자에게 할당된 10개의 종결된 문제를 나열:

hub issue --state {{closed}} --assignee {{사용자명}} --limit {{10}}