slack-term 1.16.0 → 1.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -66,6 +66,11 @@ slack send "#general" "Hello team" --code=<code>
66
66
  slack send "#general:1700000000.000100" "Replying in thread"
67
67
  slack send "https://acme.slack.com/archives/C0123456789/p1700000000000100" "Replying in thread"
68
68
 
69
+ # Auto-convert @handle tokens to real <@USERID> mentions (--mentions; also on `edit`).
70
+ # Resolves via users.list, then the channel's members so Slack Connect guests work;
71
+ # any handle that can't be resolved is left as plain text.
72
+ slack send "#general" "thanks @t.matsuda19790127 and @taku" --mentions
73
+
69
74
  # Edit or delete a sent message (same confirm-code gate)
70
75
  slack edit "<permalink>" "fixed wording"
71
76
  slack delete "<permalink>"