src/client/backup_writer.rs: implement verbose options

This commit is contained in:
Dietmar Maurer
2020-02-24 12:48:40 +01:00
parent ee5fe978e2
commit e02c3d461f
2 changed files with 22 additions and 11 deletions

View File

@ -816,6 +816,11 @@ fn spawn_catalog_upload(
optional: true,
default: pxar::ENCODER_MAX_ENTRIES as isize,
},
"verbose": {
type: Boolean,
description: "Verbose output.",
optional: true,
},
}
}
)]