@@ -24,15 +24,15 @@ gws gmail +reply --message-id <ID> --body <TEXT>
2424
2525## Flags
2626
27- | Flag | Required | Default | Description |
28- | -------------- | -------- | ------- | --------------------------------------------------------------- |
29- | ` --message-id ` | ✓ | — | Gmail message ID to reply to |
30- | ` --body ` | ✓ | — | Reply body (plain text) |
31- | ` --from ` | — | — | Sender address (for send-as/alias; omit to use account default) |
32- | ` --to ` | — | — | Additional To email address(es), comma-separated |
33- | ` --cc ` | — | — | Additional CC email address(es), comma-separated |
34- | ` --bcc ` | — | — | BCC email address(es), comma-separated |
35- | ` --dry-run ` | — | — | Show the request that would be sent without executing it |
27+ | Flag | Required | Default | Description |
28+ | ------| ---------- | ---------| -------------|
29+ | ` --message-id ` | ✓ | — | Gmail message ID to reply to |
30+ | ` --body ` | ✓ | — | Reply body (plain text) |
31+ | ` --from ` | — | — | Sender address (for send-as/alias; omit to use account default) |
32+ | ` --to ` | — | — | Additional To email address(es), comma-separated |
33+ | ` --cc ` | — | — | Additional CC email address(es), comma-separated |
34+ | ` --bcc ` | — | — | BCC email address(es), comma-separated |
35+ | ` --dry-run ` | — | — | Show the request that would be sent without executing it |
3636
3737## Examples
3838
@@ -47,12 +47,9 @@ gws gmail +reply --message-id 18f1a2b3c4d --body 'Reply' --bcc secret@example.co
4747
4848- Automatically sets In-Reply-To, References, and threadId headers.
4949- Quotes the original message in the reply body.
50- - Use --to to add extra recipients to the To field.
50+ - --to adds extra recipients to the To field.
5151- For reply-all, use +reply-all instead.
5252
53- > [ !CAUTION]
54- > This is a ** write** command — confirm with the user before executing.
55-
5653## See Also
5754
5855- [ gws-shared] ( ../gws-shared/SKILL.md ) — Global flags and auth
0 commit comments