You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bash seems to call the completion function for an empty command (complete -F ... '') in this case. We need to skip the redirections and temporary environments to find the actual command name and delegate the completion generation using _comp_command_offset.
needs to have the
< /dev/null
moved to the back to make it work.5.2.15(1)-release
echo "${BASH_COMPLETION_VERSINFO[*]}"
2 11
The text was updated successfully, but these errors were encountered: