Skip to content

Commit

Permalink
Decreased default helpMessageLabelColumnWidth from 40 back to 26
Browse files Browse the repository at this point in the history
  • Loading branch information
YourMJK committed Jan 17, 2023
1 parent 4329b98 commit e323f3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e323f3f

Please sign in to comment.