GitHub 이슈 관리. 더 많은 정보: https://cli.github.com/manual/gh_issue.
gh issue view {{이슈_번호}}
gh issue view {{이슈_번호}} --web
gh issue create --web
bug
라벨이 있는 최근 10개의 이슈 나열:gh issue list --limit {{10}} --label "{{bug}}"
gh issue list --state closed --author {{사용자_명}}
gh issue status --repo {{소유자}}/{{저장소}}
gh issue reopen {{이슈_번호}}