Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for cleanArgs (0.04 seconds)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CommonsCliOptions.java

                // We need to eat any quotes surrounding arguments...
                String[] cleanArgs = CleanArgument.cleanArgs(args);
                DefaultParser parser = DefaultParser.builder()
                        .setDeprecatedHandler(this::addDeprecatedOption)
                        .get();
                CommandLine commandLine = parser.parse(options, cleanArgs);
    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)
  2. docs/en/docs/async.md

    But in this case, if you could bring the 8 ex-cashier/cooks/now-cleaners, and each one of them (plus you) could take a zone of the house to clean it, you could do all the work in **parallel**, with the extra help, and finish much sooner.
    
    In this scenario, each one of the cleaners (including you) would be a processor, doing their part of the job.
    
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sun Aug 31 09:56:21 GMT 2025
    - 24K bytes
    - Click Count (0)
Back to Top