Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for registerCommand (0.37 seconds)

  1. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/builtin/BuiltinShellCommandRegistryFactory.java

                commandExecute.put("mvnenc", new CommandMethods(this::mvnenc, this::mvnencCompleter));
                commandExecute.put("mvnup", new CommandMethods(this::mvnup, this::mvnupCompleter));
                registerCommands(commandExecute);
            }
    
            private Consumer<LookupContext> contextCopier() {
                return result -> {
                    result.logger = shellContext.logger;
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Sat Jun 07 06:22:47 GMT 2025
    - 12.3K bytes
    - Click Count (0)
Back to Top