- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for effectiveVerbose (0.05 sec)
-
api/maven-api-cli/src/main/java/org/apache/maven/api/cli/InvokerRequest.java
Optional<Options> options(); /** * This method returns "verbose" option value derived from multiple places: CLI options, but also CI detection, * if applicable. */ default boolean effectiveVerbose() { return options().isPresent() && options().orElseThrow().verbose().orElse(false) || ciInfo().isPresent() && ciInfo().orElseThrow().isVerbose(); }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Wed Jun 11 13:14:09 UTC 2025 - 6.7K bytes - Viewed (0)