- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getTerminalWidth (0.07 seconds)
-
compat/maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java
displayHelp(new PrintWriter(stdout)); } public void displayHelp(PrintWriter pw) { HelpFormatter formatter = new HelpFormatter(); int width = MessageUtils.getTerminalWidth(); if (width <= 0) { width = HelpFormatter.DEFAULT_WIDTH; } pw.println(); formatter.printHelp( pw, width,
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Aug 06 04:56:48 GMT 2025 - 17.8K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CommonsCliOptions.java
} public void displayHelp(String command, Consumer<String> pw) { HelpFormatter formatter = new HelpFormatter(); int width = MessageUtils.getTerminalWidth(); if (width <= 0) { width = HelpFormatter.DEFAULT_WIDTH; } pw.accept(""); StringWriter sw = new StringWriter();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Oct 08 07:36:42 GMT 2025 - 21.3K bytes - Click Count (0)