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

Version Path
eco-helpers-3.0.21 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.20 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.19 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.18 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.17 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.16 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.15 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.14 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.13 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.12 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.11 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.10 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.9 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.8 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.7 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.6 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb
eco-helpers-3.0.5 lib/eco/api/usecases/default/locations/cli/tagtree_paths_cli.rb