lib/eco/cli/config/default/usecases.rb in eco-helpers-2.0.18 vs lib/eco/cli/config/default/usecases.rb in eco-helpers-2.0.19

- old
+ new

@@ -46,9 +46,11 @@ options.deep_merge!(export: {options: {internal_names: true}}) end.add_option("-detailed", "Includes much more information to the file (i.e. permissions_merged abilities, preferences)") do |options| options.deep_merge!(export: {options: {detailed: true}}) end.add_option("-permissions-custom", "Used with -detailed. Adds the permissions_custom abilities") do |options| options.deep_merge!(export: {options: {permissions_custom: true}}) + end.add_option("-split-schemas", "It will generate 1 file per each schema") do |options| + options.deep_merge!(export: {options: {split_schemas: true}}) end desc = "Adds a column 'ecoPortalTag' to the input CSV with the tags that the location codes map to" cases.add("-codes-to-tags-from", :other, desc, case_name: "codes-to-tags-from") .add_option("-codes-to-tags-from", "Specify the input 'csv' file") do |options|