blob: 86d059169d3795def47b1c4460badd5362f1999e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# pokebot
```
pokebot 0.1.1
Jokler <jokler@protonmail.com>
USAGE:
pokebot [FLAGS] [OPTIONS] [config_path]
FLAGS:
-h, --help Prints help information
-l, --local Run locally in text mode
-V, --version Prints version information
-v, --verbose Print the content of all packets
OPTIONS:
-a, --address <address> The address of the server to connect to
-g, --generate-identities <gen_id_count> Generate 'count' identities
-d, --master_channel <master_channel> The channel the master bot should connect to
ARGS:
<config_path> Configuration file [default: config.toml]
```
|