Files
wehub-resource-sync 95f0813436
build / build (push) Failing after 0s
nightly / nightly (push) Failing after 0s
build / snapshot (push) Failing after 0s
lint / lint (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 13:02:37 +08:00

38 lines
407 B
Markdown

# GitHub CLI
### GitHub PR List
<img width="600" src="./gh-pr.gif" />
```
Output examples/gh-cli/gh-pr.gif
Type "gh pr list --state all"
Sleep 500ms
Enter
Sleep 5s
```
### GitHub Issue List
<img width="600" src="./gh-issue.gif" />
```
Output examples/gh-cli/gh-issue.gif
Type "gh issue list"
Sleep 500ms
Enter 1
Sleep 4s
Ctrl+L
Sleep 500ms
Type "gh issue view 19"
Sleep 500ms
Enter
Sleep 5s
```