Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isCommandOrScript (0.09 sec)

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

                        new SimpleSystemRegistryImpl(parser, context.terminal, context.cwd, configPath) {
                            @Override
                            public boolean isCommandOrScript(String command) {
                                return command.startsWith("!") || super.isCommandOrScript(command);
                            }
                        };
                systemRegistry.setCommandRegistries(holder.getCommandRegistries());
    
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Thu Oct 16 06:12:36 UTC 2025
    - 10.1K bytes
    - Viewed (0)
Back to top