class ChefCLI::Command::Export
def apply_params!(params)
def apply_params!(params) remaining_args = parse_options(params) case remaining_args.size when 1 @export_dir = remaining_args[0] when 2 @policyfile_relative_path, @export_dir = remaining_args else ui.err(opt_parser) ui.err("\n") return false end true end