visualqc icon indicating copy to clipboard operation
visualqc copied to clipboard

ENH: define the CLI arg and its help text only once.

Open raamana opened this issue 7 years ago • 1 comments

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.

fMRI: vs. t1_mri:

raamana avatar Apr 04 '18 12:04 raamana

variations in default values can be worked in by taking the defaults as parameters for top-level function returning a parent parser object

raamana avatar Apr 06 '18 17:04 raamana