scop / bash-completion

Programmable completion functions for bash
GNU General Public License v2.0
2.9k stars 380 forks source link

fix: use `--` to pass an arbitrary string to builtins #1159

Closed akinomyoga closed 5 months ago

akinomyoga commented 6 months ago

These are fixes for the builtins receiving arbitrary strings as strings (but not as options). This generalizes the type -P fix in #1118.