Sha256: ac22524adcec2a0c5795905e46f3d00f9c60fcee76e244ac1baa18406c0d2f8e
Contents?: true
Size: 483 Bytes
Versions: 17
Compression:
Stored size: 483 Bytes
Contents
class Eco::API::UseCases::Default::Locations::TagTreePaths # Class to define the CLI integration of a usecase anywhere it suits. class Cli < Eco::API::UseCases::Cli str = "Creates a CSV with the paths to each tag" desc str 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 end end
Version data entries
17 entries across 17 versions & 1 rubygems