Sha256: 1ee1a05e3c5ea92b562bc743492984451a6dc6dfa3f8312aab6a9c07a1e1cb53
Contents?: true
Size: 338 Bytes
Versions: 18
Compression:
Stored size: 338 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
18 entries across 18 versions & 1 rubygems