Skip to content

Commit 55b4193

Browse files
committed
Disable Picocli's usage help auto width computation
Fixes #3419
1 parent 9a9063d commit 55b4193

File tree

1 file changed

+1
-1
lines changed
  • junit-platform-console/src/main/java/org/junit/platform/console/options

1 file changed

+1
-1
lines changed

junit-platform-console/src/main/java/org/junit/platform/console/options/MainCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
sortOptions = false, //
3434
usageHelpWidth = 95, //
3535
showAtFileInUsageHelp = true, //
36-
usageHelpAutoWidth = true, //
36+
usageHelpAutoWidth = false, // https://github.com/remkop/picocli/issues/1104
3737
description = "Launches the JUnit Platform for test discovery and execution.", //
3838
footerHeading = "%n", //
3939
footer = "For more information, please refer to the JUnit User Guide at%n" //

0 commit comments

Comments
 (0)