Add report registry and valid periods
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Weatherreporter CLI
|
||||
|
||||
`weatherreporter` currently resolves configuration and command requests, then
|
||||
returns a not-implemented error for report generation and scheduled runs.
|
||||
`weatherreporter` currently resolves configuration, command requests, report
|
||||
definitions, and valid periods, then returns a not-implemented error for report
|
||||
generation and scheduled runs.
|
||||
|
||||
## Shortest Useful Command
|
||||
|
||||
@@ -9,8 +10,8 @@ returns a not-implemented error for report generation and scheduled runs.
|
||||
weatherreporter generate daily --date 2026-05-29 --out ./daily.md
|
||||
```
|
||||
|
||||
The command parses flags, loads configuration, resolves the request, and then
|
||||
stops before weather data fetching or report rendering.
|
||||
The command parses flags, loads configuration, resolves report identity and the
|
||||
valid period, and then stops before weather data fetching or report rendering.
|
||||
|
||||
## Command Overview
|
||||
|
||||
|
||||
Reference in New Issue
Block a user