aboutsummaryrefslogtreecommitdiff
path: root/internal/cli/liturgy.go
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 12:52:13 +0200
committerLukasz Kasprzak <lukas@labunix.xyz>2026-07-28 12:52:13 +0200
commit44472bbe31475a3c672ae003d928d7caffb4b50a (patch)
treee74bae03c61b62479ef4f68b046e3345618933c8 /internal/cli/liturgy.go
parent626f2275438a37e5cd2efb5964281b9bef5ce8cc (diff)
parent7b220084cf3951c8cde0582efdfcf628afc64336 (diff)
downloadlectio-44472bbe31475a3c672ae003d928d7caffb4b50a.tar.gz
lectio-44472bbe31475a3c672ae003d928d7caffb4b50a.zip
Merge branch 'of-offline-migration': offline daily view, remove scrapers
Diffstat (limited to 'internal/cli/liturgy.go')
-rw-r--r--internal/cli/liturgy.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/internal/cli/liturgy.go b/internal/cli/liturgy.go
index aa3f97e..07a87bc 100644
--- a/internal/cli/liturgy.go
+++ b/internal/cli/liturgy.go
@@ -15,8 +15,9 @@ import (
)
// runLiturgy prints the computed liturgical day for date (default today) using
-// the offline calendar engine, and exits. It is the engine's demo/validation
-// surface; the daily-readings paths still use the scraper.
+// the offline calendar engine, and exits. It shows the day's identity and
+// resolved reading citations; the daily-readings paths render the same offline
+// engine's readings as full text.
func runLiturgy(cfg config.Config, date string, stdout, stderr io.Writer) int {
if date == "" {
date = today()