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

src: add "missing" bash completion options #33744

Closed
wants to merge 1 commit into from

Commits on Jun 8, 2020

  1. src: add "missing" bash completion options

    Currently, when using the bash completions for node the normal
    completions for filenames directories do not work. For example, after
    using finding a node completion and then wanting to use tab completion
    for a filename in the test directory it is only possible to get the name
    of the test directory completed, followed by a space. What is expected
    is to be able to continue with tab completion for directories.
    
    This commit adds options to the complete command to enable default bash
    completions.
    danbev committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    43a48d3 View commit details
    Browse the repository at this point in the history