Update argument names and documentation for clarity in main.py and README.md

This commit is contained in:
Yunn Xairou 2025-09-13 21:36:12 +02:00
parent e31ae00528
commit 329b076caf
2 changed files with 29 additions and 5 deletions

View file

@ -32,6 +32,14 @@ python main.py
Logs are written to the `log` file.
### Feature-specific Arguments
- `--non-series`
Include non-series books (books not part of a numbered series).
- `--oncoming`
Show books that are yet to be released.
## Project Structure
- [main.py](main.py): Entry point and main logic