From: Masatake YAMATO Date: Tue, 11 Apr 2023 02:45:44 +0000 (+0900) Subject: shell-completion: add --xml-interface option of busctl to the rules X-Git-Tag: v254-rc1~766^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5efb0cc2b92d20f885b34c26254d9a9d45e3f4a;p=thirdparty%2Fsystemd.git shell-completion: add --xml-interface option of busctl to the rules Signed-off-by: Masatake YAMATO --- diff --git a/shell-completion/bash/busctl b/shell-completion/bash/busctl index ee160a79008..5464225b15e 100644 --- a/shell-completion/bash/busctl +++ b/shell-completion/bash/busctl @@ -86,7 +86,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 -l --full' + --watch-bind=yes -j -l --full --xml-interface' [ARG]='--address -H --host -M --machine --match --timeout --size --json --destination' ) diff --git a/shell-completion/zsh/_busctl b/shell-completion/zsh/_busctl index 0cb1c44a43c..b0cd4d5db51 100644 --- a/shell-completion/zsh/_busctl +++ b/shell-completion/zsh/_busctl @@ -276,6 +276,7 @@ _arguments \ '--list[Do not show tree, but simple object path list]' \ {-q,--quiet}'[Do not show method call reply]'\ '--verbose[Show result values in long format]' \ + '--xml-interface[Dump the XML description in introspect command]' \ '--json=[Show result values in long format]:format:_busctl_get_json' \ '-j[Show pretty json in interactive sessions, short json otherwise]' \ '--expect-reply=[Expect a method call reply]:boolean:(1 0)' \