tools/bazel should support zsh autocompletion detection for both bazel run and bazel test

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.3.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • DevProd Build
    • Fully Compatible
    • ALL
    • None
    • 3
    • Hour
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Right now it only looks for the .*_test regex used for bazel test and not the .*_test|.*_binary used for bazel run. The effect of this is that bazel run +<tab> doesn't autocomplete the plus helpers.

      We could duplicate the checks to include both regexes, but I think it would be better to regex match the strings so a single check will support both queries, and cover the optional // before :all.

              Assignee:
              Unassigned
              Reporter:
              Mathias Stearn
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: