src/client/backup_writer.rs: implement verbose options
This commit is contained in:
@ -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,
|
||||
},
|
||||
}
|
||||
}
|
||||
)]
|
||||
|
Reference in New Issue
Block a user