Skip to content
Commit 9a5d68b2 authored by Jon Dufresne's avatar Jon Dufresne
Browse files

Remove unnecessary CLI arg defaults

When using CLI action store_true or store_false, the opposite value is
always the implied default. No need to specify it.

From https://docs.python.org/3/library/argparse.html#action

> 'store_true' and 'store_false' - These are special cases of
> 'store_const' used for storing the values True and False respectively.
> In addition, they create default values of False and True
> respectively.
parent 6ef15224
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment