quinjet 0.0.52

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

Subscribes the current viewer to pull request notifications.

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

The confirmed form calls GitHub's `updateSubscription` GraphQL mutation with
state `SUBSCRIBED` and the exact pull request node identity.