docs: add missing flag - Added `--stdin` to documentation - Added a note regarding `-f/--feeds-file`
Maxwell Jensen 85795372+maxwelljens@users.noreply.github.com
Fri, 01 May 2026 15:20:58 +0200
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
docs/USAGE.md
→
docs/USAGE.md
@@ -81,10 +81,15 @@ |------|-------------|
| `-f, --feeds-file FILE` | Path to file containing RSS feed URLs (one per line) | | `-p, --prompt PROMPT` | User prompt for summarisation/analysis | +> [!NOTE] +> `-f/--feeds-file` is required only if not using `--stdin` + ### Feed & filtering options | Flag | Default | Description | |------|---------|-------------| +| `-f, --feeds-file FILE` | — | Path to file containing RSS feed URLs (one per line) | +| `--stdin` | `false` | Read a single RSS/Atom feed from stdin (can be combined with `-f`) | | `-n, --max-articles-per-feed N` | `10` | Maximum articles to fetch from each feed | | `-d, --max-days-old N` | `7` | Only include articles from the last N days (0 for all) | | `--max-total-articles N` | `20` | Maximum total articles to process |