Skip to content

Latest commit

History

History
8 lines (8 loc) 路 388 Bytes

gh.md

File metadata and controls

8 lines (8 loc) 路 388 Bytes

Use gh (offical GitHub CLI) to open/edit an issue.

gh issue list -s closed [-a assignee] [-A author] [-l label] [-R repo-url]
gh issue edit <number> --add-label|--remove-label name [-R repo-url] [-t new_title]
gh issue comment <number> [-b "body"] [-R repo-url]
gh issue close|reopen|delete|view <number> [-R repo-url]
gh issue status [-R repo-url]