Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for optionalArg (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. compat/maven-embedder/src/main/java/org/apache/maven/cli/CLIManager.java

                    .hasArg()
                    .optionalArg(true)
                    .desc("Encrypt master security password")
                    .build());
            options.addOption(Option.builder(ENCRYPT_PASSWORD)
                    .longOpt("encrypt-password")
                    .hasArg()
                    .optionalArg(true)
                    .desc("Encrypt server password")
                    .build());
    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)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CommonsCliOptions.java

                        .get());
                options.addOption(Option.builder()
                        .longOpt(COLOR)
                        .hasArg()
                        .optionalArg(true)
                        .desc("Defines the color mode of the output. Supported are 'auto', 'always', 'never'.")
                        .get());
                options.addOption(Option.builder(OFFLINE)
    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)
  3. docs/de/docs/features.md

    ### Kompakt { #short }
    
    Es gibt für alles sensible **Defaultwerte**, mit optionaler Konfiguration überall. Alle Parameter können feinjustiert werden, damit sie tun, was Sie benötigen, und die API definieren, die Sie brauchen.
    
    Aber standardmäßig **„funktioniert einfach alles“**.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Oct 11 17:48:49 GMT 2025
    - 10.9K bytes
    - Click Count (0)
Back to Top