Sha256: e30f699ec98444ea16b49c845c7d994b19156c8be4391f82ad15f017e8549f22

Contents?: true

Size: 945 Bytes

Versions: 10

Compression:

Stored size: 945 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/eq_base'
require 'i18n/tasks/command/commands/data'
require 'i18n/tasks/command/commands/tree'
require 'i18n/tasks/command/commands/meta'
require 'i18n/tasks/command/commands/xlsx'
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::EqBase
    include Command::Commands::Data
    include Command::Commands::Tree
    include Command::Commands::Meta
    include Command::Commands::XLSX

    include Term::ANSIColor
    require 'highline/import'
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

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