]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
shell-completion: add --xml-interface option of busctl to the rules 27207/head
authorMasatake YAMATO <yamato@redhat.com>
Tue, 11 Apr 2023 02:45:44 +0000 (11:45 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Tue, 11 Apr 2023 02:47:56 +0000 (11:47 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
shell-completion/bash/busctl
shell-completion/zsh/_busctl

index ee160a79008c96dae0cbc0bd030677ad6877b50d..5464225b15e2643eeb90d4d1ae181d5d66647f42 100644 (file)
@@ -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'
     )
index 0cb1c44a43c79655548aadfe7483d6eb6308e923..b0cd4d5db51b9cfe00912b8eba8a4360a7482783 100644 (file)
@@ -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)' \