Skip to content
New issue

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

fix: bash completion fallback in nounset mode #13686

Merged
merged 1 commit into from
Apr 2, 2024
Merged

fix: bash completion fallback in nounset mode #13686

merged 1 commit into from
Apr 2, 2024

Commits on Apr 1, 2024

  1. 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
    ```
    scop committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c1ffe80 View commit details
    Browse the repository at this point in the history