saber
saber copied to clipboard
Some command line arguments are useless
Due to the current implementation of the Config class, any argument whos default value is True in the config file and which has the action=store_true property is useless from the command line.
If not provided at the command line, it will be True. If provided, it will be True. Therefore there needs to be a better way of harmonizing these arguments with boolean values.