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

tab completion of paths no longer works for cf install-plugin #1099

Closed
zrob opened this issue Mar 22, 2017 · 3 comments
Closed

tab completion of paths no longer works for cf install-plugin #1099

zrob opened this issue Mar 22, 2017 · 3 comments

Comments

@zrob
Copy link
Contributor

zrob commented Mar 22, 2017

cf install-plugin ~/Do [tab] no longer completes paths

± zr |develop {3} U:2 ?:2 ✗| → cf -v
cf version 6.25.0+787326d95.2017-02-28

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/142258181

The labels on this github issue will be updated when the story is started.

@dkoper
Copy link

dkoper commented Mar 23, 2017

By handling tab completion ourselves we lost bash' built-in tab completion.
We implemented path completion for most commands, but not this one.
Also, our path completion doesn't support tilde expansion. I have an exploration in the icebox to look into that.
Will look at addressing both.

@dkoper
Copy link

dkoper commented Jun 9, 2017

Resolved in 6.27.0. Thanks for reporting.
https://github.com/cloudfoundry/cli#downloads

@dkoper dkoper closed this as completed Jun 9, 2017
@cf-gitbot cf-gitbot removed the accepted label Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants