aboutsummaryrefslogtreecommitdiffstats
path: root/alfred/helpstrings.py
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-18 14:45:29 +0300
committerAhmed <git@gumx.cc>2026-06-18 14:45:29 +0300
commitde83bfadcc4807c07ba562f5d0ca599f126e2639 (patch)
treeacb15f7911542cee8e6fc947ac5e006127290fe9 /alfred/helpstrings.py
parente215418d64dac88d0998cf50438abddae5670f2b (diff)
fix: mlmmj commands
Diffstat (limited to 'alfred/helpstrings.py')
-rw-r--r--alfred/helpstrings.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/alfred/helpstrings.py b/alfred/helpstrings.py
index 2abaa5f..15362be 100644
--- a/alfred/helpstrings.py
+++ b/alfred/helpstrings.py
@@ -59,12 +59,14 @@ VPN = {
"remove": "vpn remove: remove a peer live and from wg0.conf. usage: !vpn remove name",
}
-LIST_TOPIC = "list: members subscribe unsubscribe send. type !help list <cmd> for details"
+LIST_TOPIC = "list: members subscribe unsubscribe send ls rm. type !help list <cmd> for details"
LIST = {
"members": "list members: show all subscribers. usage: !list members",
"subscribe": "list subscribe: subscribe an address. usage: !list subscribe email",
"unsubscribe": "list unsubscribe: unsubscribe an address. usage: !list unsubscribe email",
"send": "list send: send a message to the list. usage: !list send message",
+ "ls": "list ls: show latest n archive entries. usage: !list ls or !list ls n",
+ "rm": "list rm: remove a message from the archive. usage: !list rm id",
}
GIT_TOPIC = "git: list desc hook remove. type !help git <cmd> for details"