aboutsummaryrefslogtreecommitdiff
path: root/internal/cli/yearview.go
Commit message (Collapse)AuthorAgeFilesLines
* cli: --year N prints the year's key liturgical datesLukasz Kasprzak2026-07-291-0/+124
On its own, `--year N` now prints a human-readable overview of the year's key dates -- season boundaries, solemnities and feasts of the Lord -- computed from the engine for the configured form (and custom-calendar layers), paged when a pager is configured. With --format json|ical it still emits the machine calendar (runFeed) as before. Numbered seasonal Sundays and Octave weekdays are omitted from the solemnity list (the season boundary already marks them).