We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9063d commit 55b4193Copy full SHA for 55b4193
junit-platform-console/src/main/java/org/junit/platform/console/options/MainCommand.java
@@ -33,7 +33,7 @@
33
sortOptions = false, //
34
usageHelpWidth = 95, //
35
showAtFileInUsageHelp = true, //
36
- usageHelpAutoWidth = true, //
+ usageHelpAutoWidth = false, // https://github.com/remkop/picocli/issues/1104
37
description = "Launches the JUnit Platform for test discovery and execution.", //
38
footerHeading = "%n", //
39
footer = "For more information, please refer to the JUnit User Guide at%n" //
0 commit comments