Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bazel run bash completion improvement #11292

Closed
zimbatm opened this issue May 5, 2020 · 2 comments
Closed

bazel run bash completion improvement #11292

zimbatm opened this issue May 5, 2020 · 2 comments
Labels
P3 We're not considering working on this, but happy to review a PR. (No assignee) team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website type: feature request

Comments

@zimbatm
Copy link

zimbatm commented May 5, 2020

Description of the problem / feature request:

When running a command like this:

$ bazel run //foo -- -i /home/zimbatm/bar<tab>

The bash-completion is not able to complete the path of the command. It would be nice if by default it would assume that extra commands could be paths.

Feature requests: what underlying problem are you trying to solve with this feature?

Making it easier to use bazel in bash with the completions enabled.

Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.

I think that the description already does that.

What operating system are you running Bazel on?

Ubuntu 18.04

What's the output of bazel info release?

Replace this line with your answer.

If bazel info release returns "development version" or "(@non-git)", tell us how you built Bazel.

release 2.1.0- (@non-git)

What's the output of git remote get-url origin ; git rev-parse master ; git rev-parse HEAD ?

This is on a private repository.

Have you found anything relevant by searching the web?

#9358 might be related to this issue?

Any other information, logs, or outputs that you want to share?

No

@jin jin added team-Bazel General Bazel product/strategy issues untriaged team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website and removed team-Bazel General Bazel product/strategy issues labels May 6, 2020
@zimbatm
Copy link
Author

zimbatm commented Jun 23, 2020

What can I do to help move this forward? :-)

@philwo
Copy link
Member

philwo commented Dec 8, 2020

What can I do to help move this forward? :-)

Feel free to send a PR that improves this. :)

@philwo philwo added P3 We're not considering working on this, but happy to review a PR. (No assignee) type: feature request and removed untriaged labels Dec 8, 2020
philwo pushed a commit that referenced this issue Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P3 We're not considering working on this, but happy to review a PR. (No assignee) team-OSS Issues for the Bazel OSS team: installation, release processBazel packaging, website type: feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants