1
0
mirror of https://github.com/pcvolkmer/osc-variant.git synced 2025-04-19 19:56:50 +00:00

Add add line break to very long argument description

This commit is contained in:
Paul-Christian Volkmer 2023-08-29 17:59:48 +02:00
parent f9c66cfdb1
commit 1e553aad58

View File

@ -63,7 +63,7 @@ pub enum Command {
compact: bool,
#[arg(
long = "x-sorted",
help = "EXPERIMENTELL: Sortiere Kataloge und Formulare nach Name (Optional). Kann negative Auswirkungen auf den ordnungsgemäßen Import haben."
help = "EXPERIMENTELL: Sortiere Kataloge und Formulare nach Name (Optional).\nKann negative Auswirkungen auf den ordnungsgemäßen Import haben."
)]
sorted: bool,
},