Commit 492ff38
feat: add --nodeclined support to remind command (ported from insanum#636)
Wire output_parser (which includes --nodeclined/ignore_declined) into the
remind subparser and apply the existing _DeclinedEvent() filter pattern
inside Remind() to skip declined events.
The original PR only added a dead parameter; this implementation uses the
existing self.options['ignore_declined'] pattern consistent with all other
commands that respect --nodeclined.
Co-Authored-By: Gustavo Porto <gustavo@portosanti.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent a11d2c9 commit 492ff38
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1541 | 1541 | | |
1542 | 1542 | | |
1543 | 1543 | | |
| 1544 | + | |
| 1545 | + | |
| 1546 | + | |
1544 | 1547 | | |
1545 | 1548 | | |
1546 | 1549 | | |
| |||
0 commit comments