saber icon indicating copy to clipboard operation
saber copied to clipboard

Some command line arguments are useless

Open JohnGiorgi opened this issue 7 years ago • 0 comments

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.

JohnGiorgi avatar Oct 26 '18 17:10 JohnGiorgi