Commit 2230b7f
feat: add --nodeclined support to remind command (ported from insanum#636) (#9)
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 b62647b commit 2230b7f
2 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
727 | 727 | | |
728 | 728 | | |
729 | 729 | | |
730 | | - | |
| 730 | + | |
731 | 731 | | |
732 | 732 | | |
733 | 733 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1555 | 1555 | | |
1556 | 1556 | | |
1557 | 1557 | | |
| 1558 | + | |
| 1559 | + | |
| 1560 | + | |
1558 | 1561 | | |
1559 | 1562 | | |
1560 | 1563 | | |
| |||
0 commit comments