1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
A CLI tool for ghbountybot.
```bash
cargo install --git https://github.com/ghbountybot/cli
bounty
```
```bash
nix run github:ghbountybot/cli
```
Set your GitHub token either via environment variable:
```bash
export GITHUB_TOKEN=your_github_token
```
Or pass it directly with the `--github-token` flag.
```bash
bounty --help
```
Generate shell completions:
```bash
bounty completion <shell>
```