From e323f3feb07c64e05db8db0ac0ad73bd5ceae6ae Mon Sep 17 00:00:00 2001 From: Max-Joseph Krempl Date: Tue, 17 Jan 2023 06:53:53 +0100 Subject: [PATCH] Decreased default `helpMessageLabelColumnWidth` from 40 back to 26 --- .../ArgumentParser/Parsable Types/CommandConfiguration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift b/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift index a7d0be64c..5f30af283 100644 --- a/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift +++ b/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift @@ -59,7 +59,7 @@ public struct CommandConfiguration { public var helpMessageIndent: Int = 2 /// The width (in characters) of the left argument label column in the help message - public var helpMessageLabelColumnWidth: Int = 40 + public var helpMessageLabelColumnWidth: Int = 26 /// A Boolean value indicating whether the options in the usage string /// should always be shown in a compact form