Sha256: 5eb6d15750967ef334cfaa33e2d7ff1eb694ca453e50a8d7ad0f7f41d6cf8d30

Contents?: true

Size: 493 Bytes

Versions: 20

Compression:

Stored size: 493 Bytes

Contents

# frozen_string_literal: true

module I18n::Tasks
  module Command
    module Commands
      module EqBase
        include Command::Collection

        cmd :eq_base,
            pos: '[locale ...]',
            desc: t('i18n_tasks.cmd.desc.eq_base'),
            args: %i[locales out_format]

        def eq_base(opt = {})
          forest = i18n.eq_base_keys(opt)
          print_forest forest, opt, :eq_base_keys
          :exit1 unless forest.empty?
        end
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 3 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/i18n-tasks-1.0.14/lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.13 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.12 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.11 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.10 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.9 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.8 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.7 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.6 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.5 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.4 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.3 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.2 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.1 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-1.0.0 lib/i18n/tasks/command/commands/eq_base.rb
i18n-youdao-tasks-0.9.37 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.37 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.36 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.35 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.34 lib/i18n/tasks/command/commands/eq_base.rb