Strip content that is included in system library

This commit is contained in:
2023-08-31 16:10:19 +02:00
parent 7d6a6ee9b3
commit af4ec8898a
4 changed files with 34 additions and 0 deletions

View File

@@ -66,6 +66,11 @@ pub enum Command {
help = "EXPERIMENTELL: Sortiere Kataloge und Formulare nach Name (Optional).\nKann negative Auswirkungen auf den ordnungsgemäßen Import haben."
)]
sorted: bool,
#[arg(
long = "x-strip",
help = "EXPERIMENTELL: Entferne Einträge aus der Systembibliothek die nicht importiert werden (Optional).\nKann negative Auswirkungen auf den ordnungsgemäßen Import haben."
)]
strip: bool,
},
#[command(about = "Vergleiche zwei Dateien anhand der Revision der enthaltenen Inhalte")]
Diff {