Closed Takashiidobe closed 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.
Good catch, sorry about that. I've updated the README.
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:
When I changed it to a boolean it worked properly.