/bash_completion_lib/complete/which

http://github.com/brinkman83/bashrc · #! · 3 lines · 3 code · 0 blank · 0 comment · 0 complexity · eda3d88f3151c9fd51601661eb67db89 MD5 · raw file

  1. COMPREPLY=(
  2. $(compgen -A command -- "${COMP_WORDS[COMP_CWORD]}")
  3. )