Dear Maintainer,
* What led up to the situation?
Trying to use autocomplete for apt with doas
* What exactly did you do (or not do) that was effective (or
ineffective)?
doas ap TAB
doas apt upd TAB
* What was the outcome of this action?
both attempts do nothing
* What outcome did you expect instead?
I expected tab completion to complete my commands to apt and to apt update
Completion works fine with paths, not with apt though.
With FreeBSD you add 'complete -cf doas' to ~/.bashrc, but that does not
work with Debian.