module ThreeScaleToolbox::Commands::ActiveDocsCommand
Public Class Methods
command()
click to toggle source
# File lib/3scale_toolbox/commands/activedocs_command.rb, line 13 def self.command Cri::Command.define do name 'activedocs' usage 'activedocs <sub-command> [options]' summary 'activedocs super command' description 'Manage your ActiveDocs' run do |_opts, _args, cmd| puts cmd.help end end end