Skip to content

Allow passing multiple preload YODA files to the rivet script

Andy Buckley requested to merge multiple-preload-files into release-3-1-x

Allow the rivet script's -p option to be given multiple times, or to contain a comma-separated list of files to load cf. the -a argument. readData() is called for each specified preload file, in order.

Merge request reports