Sha256: 8af45f5e8a9d359220845ab1f1110883ccf400eb1ffd8a44bf65e1ee90e78579
Contents?: true
Size: 567 Bytes
Versions: 20
Compression:
Stored size: 567 Bytes
Contents
require '3scale_toolbox/commands/account_command/find_command' module ThreeScaleToolbox module Commands module AccountCommand include ThreeScaleToolbox::Command def self.command Cri::Command.define do name 'account' usage 'acccount <sub-command> [options]' summary 'account super command' description 'Accounts commands' run do |_opts, _args, cmd| puts cmd.help end end end add_subcommand(Find::FindSubcommand) end end end
Version data entries
20 entries across 20 versions & 1 rubygems