wacli, wacli-{auth, sync}, wacli-send-{file, text}: add page#21965
wacli, wacli-{auth, sync}, wacli-send-{file, text}: add page#21965navarroaxel wants to merge 1 commit intomainfrom
Conversation
| # wacli auth | ||
|
|
||
| > Authenticate wacli with WhatsApp via QR code. | ||
| > See also: `wacli sync`, `wacli doctor`. |
There was a problem hiding this comment.
I'm adding doctor in another PR.
There was a problem hiding this comment.
Pull request overview
Adds new tldr pages documenting wacli (a WhatsApp CLI) and several key subcommands, aiming to provide quick usage examples for common workflows.
Changes:
- Added a main
waclipage with common end-to-end tasks (auth, sync, send, list/search, diagnostics, version). - Added dedicated pages for
wacli auth,wacli sync,wacli send text, andwacli send file. - Included
See alsocross-references between related subcommands.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| pages/common/wacli.md | New top-level command page with examples for core workflows |
| pages/common/wacli-auth.md | New subcommand page for QR-based authentication and store selection |
| pages/common/wacli-sync.md | New subcommand page for message synchronization options |
| pages/common/wacli-send-text.md | New subcommand page for sending text messages with options |
| pages/common/wacli-send-file.md | New subcommand page for sending files with options |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # wacli | ||
|
|
||
| > WhatsApp command-line client for sending messages, managing chats, and contacts. | ||
| > Some subcommands such as `send`, `messages`, `chats`, and `contacts` have their own usage documentation. |
There was a problem hiding this comment.
This description claims that send, messages, chats, and contacts have their own usage documentation, but this PR only adds pages for wacli auth, wacli sync, wacli send text, and wacli send file (and there are no existing wacli messages/chats/contacts pages in the repo). Update the wording to only mention subcommands that actually have tldr pages, or add the missing pages.
| > Some subcommands such as `send`, `messages`, `chats`, and `contacts` have their own usage documentation. | |
| > Some subcommands such as `auth`, `sync`, and `send` have their own usage documentation. |
| # wacli sync | ||
|
|
||
| > Synchronize WhatsApp messages to the local store. | ||
| > See also: `wacli auth`, `wacli messages list`. |
There was a problem hiding this comment.
See also: wacli messages list`` references a tldr page/command that isn't documented anywhere in this repository. Either add the corresponding page or remove it from See also to avoid sending users to a dead end.
| > See also: `wacli auth`, `wacli messages list`. | |
| > See also: `wacli auth`. |
| # wacli sync | ||
|
|
||
| > Synchronize WhatsApp messages to the local store. | ||
| > See also: `wacli auth`, `wacli messages list`. |
There was a problem hiding this comment.
| > See also: `wacli auth`, `wacli messages list`. | |
| > See also: `wacli auth`, `wacli messages list`. | |
| > More information: <https://github.com/steipete/wacli>. |
| # wacli send text | ||
|
|
||
| > Send a text message via WhatsApp. | ||
| > See also: `wacli send file`. |
There was a problem hiding this comment.
| > See also: `wacli send file`. | |
| > See also: `wacli send file`. | |
| > More information: <https://github.com/steipete/wacli>. |
| # wacli auth | ||
|
|
||
| > Authenticate wacli with WhatsApp via QR code. | ||
| > See also: `wacli sync`, `wacli doctor`. |
There was a problem hiding this comment.
| > See also: `wacli sync`, `wacli doctor`. | |
| > See also: `wacli sync`, `wacli doctor`. | |
| > More information: <https://github.com/steipete/wacli>. |
| # wacli send file | ||
|
|
||
| > Send a file (image, video, audio, or document) via WhatsApp. | ||
| > See also: `wacli send text`. |
There was a problem hiding this comment.
| > See also: `wacli send text`. | |
| > See also: `wacli send text`. | |
| > More information: <https://github.com/steipete/wacli>. |
Checklist
common,linux,osx,windows,sunos,android, etc.