Skip to content

mxr replies

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]
SubcommandPurpose
listList messages flagged for reply-later (default if no subcommand given)
addMark a message for reply-later
removeClear the reply-later flag on a message
helpPrint this message or the help of the given subcommand(s)
FlagDescription
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help

Manage the reply-later queue.

Terminal window
mxr replies list --format ids
mxr replies add MESSAGE_ID

Mark a message for reply-later

mxr replies add <MESSAGE_ID>
FlagDescription
<MESSAGE_ID>
FlagDescription
-h, --helpPrint help

List messages flagged for reply-later (default if no subcommand given)

mxr replies list
FlagDescription
-h, --helpPrint help

Clear the reply-later flag on a message

mxr replies remove <MESSAGE_ID>
FlagDescription
<MESSAGE_ID>
FlagDescription
-h, --helpPrint help