mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-01 12:00:38 +00:00
Workaround adoc issue
This commit is contained in:
parent
2c15995289
commit
69f1d0c213
1 changed files with 2 additions and 3 deletions
|
@ -67,10 +67,9 @@ This can be piped to a QR encoder to create a display that can be captured by a
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
[source]
|
```
|
||||||
----
|
|
||||||
dbus-send --session --dest=org.asamk.Signal --type=method_call --print-reply /org/asamk/Signal org.asamk.Signal.link string:"My secondary client" | tr '\n' '\0' | sed 's/.*string //g' | sed 's/\"//g' | qrencode -s10 -tANSI256
|
dbus-send --session --dest=org.asamk.Signal --type=method_call --print-reply /org/asamk/Signal org.asamk.Signal.link string:"My secondary client" | tr '\n' '\0' | sed 's/.*string //g' | sed 's/\"//g' | qrencode -s10 -tANSI256
|
||||||
----
|
```
|
||||||
|
|
||||||
listAccounts() -> accountList<as>::
|
listAccounts() -> accountList<as>::
|
||||||
* accountList : Array of all attached accounts in DBus object path form
|
* accountList : Array of all attached accounts in DBus object path form
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue