MakeDb --noParse help is incorrect

Issue #3 resolved
Jason Vander Heiden created an issue

--noParse states default as True, which is confusing. Default behavior should be parsing. Argument should be all lowercase. Would be more intuitive to have action='store_true' instead of action='store_false', with no_parse=False default set in function definitions.

Comments (1)

  1. Log in to comment