You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/tutorials/rolling_alice/0001_coach_alice/0002_our_open_source_guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ $ gh -R https://github.com/$USER/my-new-python-project pr list
106
106
## Debugging
107
107
108
108
```console
109
-
for pr in $(gh -R https://github.com/$USER/ pr list --json number --jq '.[].number'); do gh -R https://github.com/pdxjohnny/testaaaa pr close "${pr}"; done;
109
+
$ forprin$(gh -R https://github.com/$USER/my-new-python-project pr list --json number --jq '.[].number');do gh -R https://github.com/$USER/my-new-python-project pr close "${pr}";done;
0 commit comments