Sha256: 7d8054d94c3860a73794c51cb9add0fbe239bdb70061a7a944d831bc0cdbb060

Contents?: true

Size: 652 Bytes

Versions: 3

Compression:

Stored size: 652 Bytes

Contents

require '3scale_toolbox/commands/3scale_command'
require '3scale_toolbox/commands/help_command'
require '3scale_toolbox/commands/copy_command'
require '3scale_toolbox/commands/import_command'
require '3scale_toolbox/commands/update_command'
require '3scale_toolbox/commands/remote_command'

module ThreeScaleToolbox
  module Commands
    BUILTIN_COMMANDS = [ # :nodoc:
      ThreeScaleToolbox::Commands::HelpCommand,
      ThreeScaleToolbox::Commands::CopyCommand,
      ThreeScaleToolbox::Commands::ImportCommand,
      ThreeScaleToolbox::Commands::UpdateCommand,
      ThreeScaleToolbox::Commands::RemoteCommand::RemoteCommand
    ].freeze
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
3scale_toolbox-0.8.0 lib/3scale_toolbox/commands.rb
3scale_toolbox-0.7.0 lib/3scale_toolbox/commands.rb
3scale_toolbox-0.6.0 lib/3scale_toolbox/commands.rb