Sha256: 05f9bc3df8f51c1264230ea77a47e01be25c6078318f4545ab622954a0ba8c20

Contents?: true

Size: 430 Bytes

Versions: 10

Compression:

Stored size: 430 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: [:locales, :out_format]

        def eq_base(opt = {})
          print_forest i18n.eq_base_keys(opt), opt, :eq_base_keys
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
i18n-tasks-0.9.12 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.11 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.10 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.9 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.8 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.7 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.6 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.5 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.4 lib/i18n/tasks/command/commands/eq_base.rb
i18n-tasks-0.9.3 lib/i18n/tasks/command/commands/eq_base.rb