class ChefCLI::Command::PushArchive

def apply_params!(params)

Other tags:
    Api: - private
def apply_params!(params)
  remaining_args = parse_options(params)
  if remaining_args.size != 2
    ui.err(opt_parser)
    return false
  end
  @policy_group, @archive_path = remaining_args
end