Sha256: 19985692a8d9305b8b8f886549c082e44d63aa19cdb7d2d326c278480c1a79ef

Contents?: true

Size: 431 Bytes

Versions: 1

Compression:

Stored size: 431 Bytes

Contents

class SupercoolCommand < Cri::CommandRunner
  include ThreeScaleToolbox::Command

  def self.command
    Cri::Command.define do
      name        'supercool'
      usage       'supercool [options]'
      summary     '3scale supercool'
      description '3scale supercool command'
      runner SupercoolCommand
    end
  end

  def run
    puts 'Doing lots of things!'
  end
end
ThreeScaleToolbox::CLI.add_command(SupercoolCommand)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
3scale_toolbox_supercool_plugin-1.1.0 lib/3scale_toolbox_plugin.rb