We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It uses _get_cword, which is part of the bash-completion library.
_get_cword
The text was updated successfully, but these errors were encountered:
I'm not seeing the problem here. If you want to use bash autocomplete shouldn't you have the bash-completion library installed anyhow?
Sorry, something went wrong.
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.
@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?
No branches or pull requests
It uses
_get_cword
, which is part of the bash-completion library.The text was updated successfully, but these errors were encountered: