class ChefCLI::Command::Install

def apply_params!(params)

def apply_params!(params)
  remaining_args = parse_options(params)
  if remaining_args.size > 1
    ui.err(opt_parser)
    false
  else
    @policyfile_relative_path = remaining_args.first
    true
  end
end