bash-completion
bash-completion copied to clipboard
fix(_command_offset): support quoting of the command name in `complete -p` (bash 5.2)
Bash 5.2 starts to quote the command name in complete -p if necessary.
Thank you for the suggestion! I have added test cases.
Good stuff, thanks!