Fix for a type error in the -f/--fast_search argument definition, which was causing an error when the user attempted to define that parameter; specifically: error: argument -f/--fast_search: invalid choice: 'True' (choose from True, False)
Hi @elisemercury,
I've found additional issues with the argument parser definitions, which I'm just fixing now. I'll explain in a new pull request, to follow shortly.
Fix for a type error in the
-f/--fast_search
argument definition, which was causing an error when the user attempted to define that parameter; specifically:error: argument -f/--fast_search: invalid choice: 'True' (choose from True, False)