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
VmChmap make no bash-completion, but for zsh
Edit: I think it has to look like this for that, but it's broken.
_VmChamp_bash_complete() { COMPREPLY=() local cur completions base cur="${COMP_WORDS[COMP_CWORD]}" completions="$( VmChamp '[complete]' "${cur}")" local IFS=$'\n' COMPREPLY=($(compgen -W "${completions}" -- "${cur}")) } complete -F _VmChamp_bash_complete VmChamp
The text was updated successfully, but these errors were encountered:
No branches or pull requests
VmChmap make no bash-completion, but for zsh
Edit:
I think it has to look like this for that, but it's broken.
The text was updated successfully, but these errors were encountered: