visualqc
visualqc copied to clipboard
ENH: define the CLI arg and its help text only once.
To maintain consistency across modules as well as improve code reuse, try absorb common arguments into a common parse, from which local argparser objects can be built.
variations in default values can be worked in by taking the defaults as parameters for top-level function returning a parent parser object