Sha256: 702d1be84884b9b4aed47b566158aed9d92715b935a22986ea61e3e9953cb297
Contents?: true
Size: 339 Bytes
Versions: 40
Compression:
Stored size: 339 Bytes
Contents
module Brightbox command [:groups] do |cmd| cmd.default_command :list cmd.desc I18n.t("groups.list.desc") cmd.command [:list] do |c| c.action do |global_options, _options, args| server_groups = ServerGroup.find_all_or_warn(args) render_table(server_groups, global_options) end end end end
Version data entries
40 entries across 40 versions & 1 rubygems