Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for delimiter (2.64 sec)

  1. platforms/core-runtime/cli/src/main/java/org/gradle/cli/CommandLineParser.java

                if (value == null || value.length() == 0) {
                    value = "";
                }
    
                lines.put(key, value);
            }
            // The "--" delimiter isn't an option, but it's useful to print it in the usage message anyway.
            lines.put("--", "Signals the end of built-in options. Gradle parses subsequent parameters as only tasks or task options.");
    
            int max = 0;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 21.1K bytes
    - Viewed (0)
Back to top