Binary options in config file don't seem to work

Author: tvercautCreated Jan 22, 2025Updated Jan 22, 2025

In the example config file, verbose is set to False but changing it to True has no effect: https://github.com/google-research/arxiv-latex-cleaner/blob/0fac32fbedac71f13e0a32766a9c294a77403501/cleaner_config.yaml#L19

Similarly adding keep_bib: True to the config file does not work.

A work-around is to specify these options directly on the command line in addition to specifying the config file. It would be nicer for these options in the config file to be honoured.

Source: google-research/arxiv-latex-cleaner