lib/eco/cli/config/default/usecases.rb in eco-helpers-2.0.49 vs lib/eco/cli/config/default/usecases.rb in eco-helpers-2.0.50

- old
+ new

@@ -85,9 +85,12 @@ end.add_option("-column", "Specify the input column header with the codes") do |options| col_codes = SCR.get_arg("-column", with_param: true) options.deep_merge!(other: {file: {codes_column: col_codes}}) end + desc = "Creates a CSV with the paths to each tag" + cases.add("-create-tag-paths", :other, desc, case_name: "create-tag-paths") + desc = "Cleans from filter_tags those tags that are not present in the tagtree (as per tagtree.json file)." desc += " It will preserve standard register tags of most common registers (i.e. EVENT, RISK)." cases.add("-clean-unknown-tags", :transform, desc, case_name: "clean-unknown-tags") .add_option("-include-register-tags", "Will also try to remove register tags") do |options| options.deep_merge!(usecase: {include_register_tags: true})