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 78ac6b7 commit a462664Copy full SHA for a462664
1 file changed
src/main/java/org/apache/commons/cli/help/HelpFormatter.java
@@ -102,13 +102,18 @@ public Builder setShowSince(final boolean showSince) {
102
}
103
104
105
- /** Default number of characters per line */
+ /**
106
+ * Default number of characters per line: {@value}.
107
+ */
108
public static final int DEFAULT_WIDTH = 74;
109
- /** Default padding to the left of each line */
110
111
+ * Default padding to the left of each line: {@value}. */
112
public static final int DEFAULT_LEFT_PAD = 1;
113
- /** The default number of spaces between columns in the options table */
114
115
+ * The default number of spaces between columns in the options table: {@value}.
116
117
public static final int DEFAULT_COLUMN_SPACING = 5;
118
119
/**
0 commit comments