Sha256: ea0871b11e064f6bc03fb287c16bc9efba175b40d2750e269bba68b13c122dd4

Contents?: true

Size: 930 Bytes

Versions: 8

Compression:

Stored size: 930 Bytes

Contents

# coding: utf-8
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
    extend 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

8 entries across 8 versions & 1 rubygems

Version Path
i18n-tasks-0.7.7 lib/i18n/tasks/commands.rb
i18n-tasks-0.7.6 lib/i18n/tasks/commands.rb
i18n-tasks-0.7.5 lib/i18n/tasks/commands.rb
i18n-tasks-0.7.4 lib/i18n/tasks/commands.rb
i18n-tasks-0.7.3 lib/i18n/tasks/commands.rb
i18n-tasks-0.7.2 lib/i18n/tasks/commands.rb
i18n-tasks-0.7.1 lib/i18n/tasks/commands.rb
i18n-tasks-0.7.0 lib/i18n/tasks/commands.rb