Sha256: 49d40d7a5d1f42e1f0183b63cdad972f8ea907d5048033e2cea7d8e18490aff6
Contents?: true
Size: 447 Bytes
Versions: 1
Compression:
Stored size: 447 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 super things very well!' end end ThreeScaleToolbox::CLI.add_command(SupercoolCommand)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
3scale_toolbox_supercool_plugin-1.4.0 | lib/3scale_toolbox_plugin.rb |