mirror of
https://github.com/systemd/systemd.git
synced 2025-02-27 01:57:35 +03:00
shell-completion: add --xml-interface option of busctl to the rules
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
This commit is contained in:
parent
c39b8978f6
commit
a5efb0cc2b
@ -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'
|
||||
)
|
||||
|
@ -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)' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user