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

No stdin for python calls from bash completion functions #488

Merged
merged 1 commit into from
Jun 16, 2024

Commits on Jun 5, 2024

  1. No stdin for python calls from bash completion functions

    Prevents usage of stdin by (python) executables that are called during completion generation. This prevents the completion locking up the entire shell when the python script is broken i.e. it enters an interactive mode (REPL) instead of generating the completions, as expected.
    bfis committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    38d2f39 View commit details
    Browse the repository at this point in the history