Generated from mxr replies --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.
Manage the reply-later queue
mxr replies [OPTIONS] [COMMAND]
| Subcommand | Purpose |
|---|
list | List messages flagged for reply-later (default if no subcommand given) |
add | Mark a message for reply-later |
remove | Clear the reply-later flag on a message |
help | Print this message or the help of the given subcommand(s) |
| Flag | Description |
|---|
--format <FORMAT> | [possible values: table, json, jsonl, csv, ids] |
-h, --help | Print help |
Manage the reply-later queue.
mxr replies list --format ids
mxr replies add MESSAGE_ID
Mark a message for reply-later
mxr replies add <MESSAGE_ID>
| Flag | Description |
|---|
<MESSAGE_ID> | — |
| Flag | Description |
|---|
-h, --help | Print help |
List messages flagged for reply-later (default if no subcommand given)
| Flag | Description |
|---|
-h, --help | Print help |
Clear the reply-later flag on a message
mxr replies remove <MESSAGE_ID>
| Flag | Description |
|---|
<MESSAGE_ID> | — |
| Flag | Description |
|---|
-h, --help | Print help |