spencerwi / cliflux

A terminal client for Miniflux RSS reader
MIT License
14 stars 3 forks source link

The example config.toml in the README has a type error #15

Closed Takashiidobe closed 4 days ago

Takashiidobe commented 4 days ago

If I try to copy paste the example config give in the README to $HOME/.config/cliflux/config.toml, and try to run cliflux, I get this error:

Error parsing config file at /home/takashi/.config/cliflux/config.toml: TOML parse error at line 3, column 23
  |
3 | allow_invalid_certs = "false"
  |                       ^^^^^^^
invalid type: string "false", expected a boolean

When I changed it to a boolean it worked properly.

spencerwi commented 4 days ago

Good catch, sorry about that. I've updated the README.