Add --bus-name option to use different D-Bus bus name

This commit is contained in:
AsamK 2024-02-09 17:45:41 +01:00
parent a48fdaf8b7
commit 1bf703b012
8 changed files with 98 additions and 53 deletions

View file

@ -71,6 +71,9 @@ Make request via user dbus.
*--dbus-system*::
Make request via system dbus.
*--bus-name*::
Connect to another D-Bus bus name than the default.
*-o* OUTPUT-MODE, *--output* OUTPUT-MODE::
Specify if you want commands to output in either "plain-text" mode or in "json".
Defaults to "plain-text"
@ -746,6 +749,9 @@ See **signal-cli-dbus**(5) for info on the dbus interface.
Export DBus interface on system bus. +
See **signal-cli-dbus**(5) for info on the dbus interface.
*--bus-name*::
Claim another D-Bus bus name than the default.
*--ignore-attachments*::
Dont download attachments of received messages.