src/bin/proxmox-backup-client.rs - files: allow --repository parameter

This commit is contained in:
Dietmar Maurer 2019-07-31 11:45:55 +02:00
parent 52c171e49d
commit cec17a3ec7
1 changed files with 1 additions and 0 deletions

View File

@ -1486,6 +1486,7 @@ We do not extraxt '.pxar' archives when writing to stdandard output.
list_snapshot_files, list_snapshot_files,
ObjectSchema::new("List snapshot files.") ObjectSchema::new("List snapshot files.")
.required("snapshot", StringSchema::new("Snapshot path.")) .required("snapshot", StringSchema::new("Snapshot path."))
.optional("repository", REPO_URL_SCHEMA.clone())
.optional("output-format", OUTPUT_FORMAT.clone()) .optional("output-format", OUTPUT_FORMAT.clone())
)) ))
.arg_param(vec!["snapshot"]) .arg_param(vec!["snapshot"])