bash-completion: busctrl: support --full command line option

This commit is contained in:
Yu Watanabe 2020-01-10 12:22:08 +09:00
parent b683b82fe7
commit 2a6c483b8c
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ __get_machines() {
__get_busnames() {
local mode=$1
local a b
COLUMNS=65535 busctl $mode list --no-legend --no-pager 2>/dev/null |
busctl $mode list --no-legend --no-pager --full 2>/dev/null |
{ while read a b; do echo " $a"; done; };
}
@ -85,7 +85,7 @@ _busctl() {
--show-machine --unique --acquired --activatable --list
-q --quiet --verbose --expect-reply=no --auto-start=no
--allow-interactive-authorization=no --augment-creds=no
--watch-bind=yes -j'
--watch-bind=yes -j -l --full'
[ARG]='--address -H --host -M --machine --match --timeout --size --json
--destination'
)