CLI Reference v0.6.0

bgg-search

usage: bgg-search [-h] [--token-file PATH] [--requests-per-second N]
                  {search,details} ...

Search and inspect board games on BoardGameGeek.

positional arguments:
  {search,details}
    search              Search games by name.
    details             Show full details for a game.

options:
  -h, --help            show this help message and exit
  --token-file PATH     Path to a file containing the BGG API token.
  --requests-per-second N
                        Maximum BGG API requests per second (default: 2.0).

bgg-search search

usage: bgg-search search [-h] query

positional arguments:
  query       Search query string.

options:
  -h, --help  show this help message and exit

bgg-search details

usage: bgg-search details [-h] id

positional arguments:
  id          BGG game ID.

options:
  -h, --help  show this help message and exit