lib/eco/cli/config/default/options.rb in eco-helpers-2.0.18 vs lib/eco/cli/config/default/options.rb in eco-helpers-2.0.19
- old
+ new
@@ -33,10 +33,11 @@
session.logger.info("Setting schema #{session.schemas.to_name(sch_id)}")
session.schema = sch_id
end
- desc = "Deprecated: used to be used to specify the input file when using -get-partial"
+ desc = "Used to be used to specify the input file when using -get-partial. "
+ desc += "It can also be useful to obtain `-get-partial` of people base on `:export` use cases (i.e. -people-to-csv)"
options_set.add("-entries-from", desc) do |options, session|
options.deep_merge!(input: {entries_from: true})
end
desc = "Locally cache all the people manager by retrieving from the server"