Skip to content

Commit

Permalink
Disable Picocli's usage help auto width computation
Browse files Browse the repository at this point in the history
Fixes #3419
  • Loading branch information
sormuras committed Aug 11, 2023
1 parent d932b92 commit 63c7f74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
sortOptions = false, //
usageHelpWidth = 95, //
showAtFileInUsageHelp = true, //
usageHelpAutoWidth = true, //
usageHelpAutoWidth = false, // https://github.com/remkop/picocli/issues/1104
description = "Launches the JUnit Platform for test discovery and execution.", //
footerHeading = "%n", //
footer = "For more information, please refer to the JUnit User Guide at%n" //
Expand Down

0 comments on commit 63c7f74

Please sign in to comment.