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

Bash Autocomplete Depends on bash-completion Library #1067

Open
sshaw opened this issue Mar 11, 2017 · 3 comments
Open

Bash Autocomplete Depends on bash-completion Library #1067

sshaw opened this issue Mar 11, 2017 · 3 comments

Comments

@sshaw
Copy link

sshaw commented Mar 11, 2017

It uses _get_cword, which is part of the bash-completion library.

@jschpp
Copy link
Contributor

jschpp commented Mar 20, 2017

I'm not seeing the problem here. If you want to use bash autocomplete shouldn't you have the bash-completion library installed anyhow?

@sshaw
Copy link
Author

sshaw commented Mar 27, 2017

If you want to use bash autocomplete shouldn't you have the bash-completion library installed anyhow?

No, an external library is not necessary. Bash has builtin commands for this.

@josephholsten
Copy link

@sshaw I'd love to see how much code is required to remove the dependency on bash-completion. Care to throw together a PR for us?

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