Open
Description
I was looking at https://gitlab.cern.ch/cmshcal/hcalpfg/hcalnanoprod/-/blob/main/test/globalrun_cfg.py and it could be useful to have cmsDriver include a parameter parsing for parameter in the process.
Like cmsDriver ... --parse maxEvents.input,maxEvents.output,options.numberOfThreads
which would generate the general python configuration, with argument parsing code added.