Package: bash-completion
Version: 1:2.16.0-7
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,


in /usr/share/bash-completion/bash_completion
line:
complete -F _comp_root_command fakeroot gksu gksudo kdesudo really

just add doas like this (alphabetical order)
complete -F _comp_root_command doas fakeroot gksu gksudo kdesudo really     


so that "doas command" completes the completions of command. This issue is not 
for bash completions of doas it self.

Reply via email to