install: add --privacy-mode flag

This commit is contained in:
Hans-Christoph Steiner 2024-10-21 20:04:02 +02:00
parent c7bc8d0fea
commit 3a3417f6f8
2 changed files with 14 additions and 6 deletions

View file

@ -109,8 +109,8 @@ __complete_gpgsign() {
}
__complete_install() {
opts="-v -q"
lopts="--verbose --quiet --all"
opts="-v -q -a -p"
lopts="--verbose --quiet --all --privacy-mode"
case "${cur}" in
-*)
__complete_options