quinjet 0.0.46

A fast, live, keyboard-first Git source-control interface for the terminal
1
2
3
4
5
6
7
8
9
10
# `quinjet pr edit-last-comment`

Replaces the current viewer's latest conversation comment.

```bash
quinjet pr edit-last-comment <number> <body> [--repo <owner/name>] [--refresh] [--yes]
```

The confirmed form runs `gh pr comment --edit-last --body <body>`. GitHub CLI
reports when the viewer has no editable comment.