1
0
mirror of https://github.com/jbranchaud/til synced 2026-07-02 23:58:25 +00:00

Add missing terminal prompt in code block

This commit is contained in:
jbranchaud
2026-04-23 12:24:23 -05:00
parent 75421685ea
commit cd54360925
+1 -1
View File
@@ -27,5 +27,5 @@ If that one ends up being a little too noisy, you can also use `gh` to _list_
just PRs for the current project:
```bash
gh pr list --search "review-requested:@me"
$ gh pr list --search "review-requested:@me"
```