Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for command_type (0.1 sec)

  1. ci/official/utilities/extract_resultstore_links.py

        status = invocation_results['status']
        command = invocation_results.get('command')
        command_type = invocation_results.get('command_type')
    
        case_attrib = attrib.copy()
        if command_type:
          command_type = command_type.title()
          case_name = f'{command_type} invocation {invocation_id}'
        else:
          case_name = f' Invocation {invocation_id}'
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Wed Nov 08 17:50:27 UTC 2023
    - 10.9K bytes
    - Viewed (0)
  2. impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/mvnsh/ShellInvoker.java

                        return ERROR;
                    }
                }
            }
        }
    
        private static class ReplHighlighter extends DefaultHighlighter {
            @Override
            protected void commandStyle(LineReader reader, AttributedStringBuilder sb, boolean enable) {
                if (enable) {
                    if (reader.getTerminal().getNumericCapability(InfoCmp.Capability.max_colors) >= 256) {
    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