Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: bash completion fallback in
nounset
mode
With the shell in `nounset` mode, the intended fallback to filename completion provokes an error: ``` $ cargo foo <TAB>bash: !opt_var: unbound variable ```