share/rbbt_commands/workflow/prov in rbbt-util-5.28.10 vs share/rbbt_commands/workflow/prov in rbbt-util-5.28.11

- old
+ new

@@ -22,10 +22,11 @@ -h--help Help -p--plot* draw the dependency plot into <file.png> -i--inputs* List of inputs to print -if--info_fields* List of info fields to print -t--touch Update modification times to be consistent +-e--expand_repeats Show all the dependency tree even if reapeated dependencies have already been seen before EOF SOPT.usage if options[:help] $inputs = (options[:inputs] || "").split(",") @@ -128,8 +129,8 @@ EOF end end else - puts Step.prov_report(step).strip + puts Step.prov_report(step, 0, nil, [], options[:expand_repeats]).strip end