Sha256: 270b8f9ff16356712420c7abb8dd3177d2f9cd680221bd5b5a1fe0d1e5eddd66
Contents?: true
Size: 558 Bytes
Versions: 13
Compression:
Stored size: 558 Bytes
Contents
require '3scale_toolbox/commands/backend_command/copy_command' module ThreeScaleToolbox module Commands module BackendCommand include ThreeScaleToolbox::Command def self.command Cri::Command.define do name 'backend' usage 'backend <sub-command> [options]' summary 'backend super command' description 'Backend commands' run do |_opts, _args, cmd| puts cmd.help end end end add_subcommand(CopySubcommand) end end end
Version data entries
13 entries across 13 versions & 1 rubygems