From 8c8124e92539f79aa187b663ae1553796116ae3f Mon Sep 17 00:00:00 2001 From: Elric V Date: Sun, 31 May 2026 16:58:38 +0200 Subject: [PATCH] Fix broken Javadoc links, replace deprecated methods in usage examples, and add a missing method to HelpFormatter --- .../cli/help/AbstractHelpFormatter.java | 13 +++++ src/main/javadoc/overview.html | 58 +++++++++---------- .../commons/cli/help/HelpFormatterTest.java | 20 +++++++ 3 files changed, 62 insertions(+), 29 deletions(-) diff --git a/src/main/java/org/apache/commons/cli/help/AbstractHelpFormatter.java b/src/main/java/org/apache/commons/cli/help/AbstractHelpFormatter.java index 7a370e129..0e40df300 100644 --- a/src/main/java/org/apache/commons/cli/help/AbstractHelpFormatter.java +++ b/src/main/java/org/apache/commons/cli/help/AbstractHelpFormatter.java @@ -284,6 +284,19 @@ public final String getSyntaxPrefix() { */ protected abstract TableDefinition getTableDefinition(Iterable