Sha256: 42e2f7aeea645fba355b4fb87b4399c519d2e858e5e8cd2702348e3eadd81a8b

Contents?: true

Size: 938 Bytes

Versions: 28

Compression:

Stored size: 938 Bytes

Contents

# frozen_string_literal: true

require 'i18n/tasks/command/dsl'
require 'i18n/tasks/command/collection'
require 'i18n/tasks/command/commands/health'
require 'i18n/tasks/command/commands/missing'
require 'i18n/tasks/command/commands/usages'
require 'i18n/tasks/command/commands/interpolations'
require 'i18n/tasks/command/commands/eq_base'
require 'i18n/tasks/command/commands/data'
require 'i18n/tasks/command/commands/tree'
require 'i18n/tasks/command/commands/meta'
require 'i18n/tasks/command/commander'

module I18n::Tasks
  class Commands < Command::Commander
    include Command::DSL
    include Command::Commands::Health
    include Command::Commands::Missing
    include Command::Commands::Usages
    include Command::Commands::Interpolations
    include Command::Commands::EqBase
    include Command::Commands::Data
    include Command::Commands::Tree
    include Command::Commands::Meta

    require 'highline/import'
  end
end

Version data entries

28 entries across 28 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/commands.rb
i18n-tasks-1.0.13 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.12 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.11 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.10 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.9 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.8 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.7 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.6 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.5 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.4 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.3 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.2 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.1 lib/i18n/tasks/commands.rb
i18n-tasks-1.0.0 lib/i18n/tasks/commands.rb
i18n-youdao-tasks-0.9.37 lib/i18n/tasks/commands.rb
i18n-tasks-0.9.37 lib/i18n/tasks/commands.rb
i18n-tasks-0.9.36 lib/i18n/tasks/commands.rb
i18n-tasks-0.9.35 lib/i18n/tasks/commands.rb
i18n-tasks-0.9.34 lib/i18n/tasks/commands.rb