mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Update documentation
This commit is contained in:
parent
2ecddba375
commit
b18991b9fb
2 changed files with 23 additions and 1 deletions
|
@ -46,6 +46,9 @@
|
||||||
{
|
{
|
||||||
"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BM\\E"
|
"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BM\\E"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BO\\E"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BR\\E"
|
"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_BR\\E"
|
||||||
},
|
},
|
||||||
|
@ -67,6 +70,12 @@
|
||||||
{
|
{
|
||||||
"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CN\\E"
|
"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CN\\E"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CO\\E"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CR\\E"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CZ\\E"
|
"pattern":"\\Qcom/google/i18n/phonenumbers/data/PhoneNumberMetadataProto_CZ\\E"
|
||||||
},
|
},
|
||||||
|
|
|
@ -418,7 +418,20 @@ Filter the group list by one or more group IDs.
|
||||||
|
|
||||||
=== listContacts
|
=== listContacts
|
||||||
|
|
||||||
Show a list of known contacts with names.
|
Show a list of known contacts with names and profiles.
|
||||||
|
When a specific recipient is given, its profile will be refreshed.
|
||||||
|
|
||||||
|
RECIPIENT::
|
||||||
|
Specify the recipients’ phone number.
|
||||||
|
|
||||||
|
*-a*, *--all-recipients*::
|
||||||
|
Include all known recipients, not only contacts.
|
||||||
|
|
||||||
|
*--blocked*::
|
||||||
|
Specify if only blocked or unblocked contacts should be shown (default: all contacts)
|
||||||
|
|
||||||
|
*--name*::
|
||||||
|
Find contacts with the given contact or profile name.
|
||||||
|
|
||||||
=== listIdentities
|
=== listIdentities
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue