14 lines
439 B
Markdown
14 lines
439 B
Markdown
|
|
# wacli contacts show
|
||
|
|
|
||
|
|
> Display details of a specific WhatsApp contact.
|
||
|
|
> See also: `wacli contacts search`, `wacli contacts refresh`.
|
||
|
|
> More information: <https://wacli.sh/contacts.html>.
|
||
|
|
|
||
|
|
- Display details for a specific contact in JSON format:
|
||
|
|
|
||
|
|
`wacli contacts show {{phone_number}}@s.whatsapp.net --json`
|
||
|
|
|
||
|
|
- Display details using a custom store:
|
||
|
|
|
||
|
|
`wacli contacts show {{phone_number}}@s.whatsapp.net --json --store {{path/to/store}}`
|