tape: add --inventorize flag to read-label API/CLI

This commit is contained in:
Dietmar Maurer
2021-01-14 11:51:23 +01:00
parent 646221cc29
commit 781da7f6f0
2 changed files with 23 additions and 4 deletions

View File

@ -386,7 +386,12 @@ async fn label_media(
schema: DRIVE_NAME_SCHEMA,
optional: true,
},
"output-format": {
inventorize: {
description: "Inventorize media",
type: bool,
optional: true,
},
"output-format": {
schema: OUTPUT_FORMAT,
optional: true,
},