Class: HammerCLIKatello::ListCommand

Inherits:
HammerCLIForeman::ListCommand
  • Object
show all
Includes:
ResolverCommons
Defined in:
lib/hammer_cli_katello/commands.rb

Class Method Summary collapse

Methods included from ResolverCommons

included

Class Method Details

.build_options(builder_params = {}, &block) ⇒ Object



55
56
57
58
59
60
# File 'lib/hammer_cli_katello/commands.rb', line 55

def self.build_options(builder_params = {}, &block)
  # remove --sort-by and --sort-order in favor of the Foreman's --order
  builder_params[:without] ||= []
  builder_params[:without] += %i(sort_by sort_order)
  super(builder_params, &block)
end