Skip to content

Commit bcf1da8

Browse files
lmjabreuclaude
andcommitted
docs(thread): document group IDs in --notify help text
`tdc thread reply/create --notify` already accepts custom group IDs (partitioned via resolveNotifyIds → groups), but the help text only mentioned "user IDs". Since Comms group IDs are non-numeric base58 strings that look nothing like user IDs, the capability was effectively undiscoverable from --help. Mention groups in both option descriptions. No behaviour change. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a33da5e commit bcf1da8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/commands/thread/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Examples:
5050
withUnvalidatedChoices(
5151
new Option(
5252
'--notify <recipients>',
53-
'Notification recipients: EVERYONE, EVERYONE_IN_THREAD, or comma-separated user IDs (default: EVERYONE_IN_THREAD)',
53+
'Notification recipients: EVERYONE, EVERYONE_IN_THREAD, or comma-separated user and/or group IDs (default: EVERYONE_IN_THREAD)',
5454
),
5555
['EVERYONE', 'EVERYONE_IN_THREAD'],
5656
),
@@ -76,7 +76,7 @@ Examples:
7676
thread
7777
.command('create <channel-ref> <title> [content]')
7878
.description('Create a new thread in a channel')
79-
.option('--notify <recipients>', 'Comma-separated user IDs to notify')
79+
.option('--notify <recipients>', 'Comma-separated user and/or group IDs to notify')
8080
.option(
8181
'--unarchive',
8282
'Unarchive after creation so the thread appears in your Inbox (overrides userSettings.unarchiveNewThreads when false)',

0 commit comments

Comments
 (0)