quinjet 0.0.39

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

Adds a comment to the pull request conversation.

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

The body is required and passed directly to `gh pr comment --body`. The command
never opens an editor. Use `edit-last-comment` or `delete-last-comment` for the
latest conversation comment authored by the current viewer.