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