Improve documentation and modernize type hints
This commit is contained in:
11
AGENTS.md
11
AGENTS.md
@@ -162,11 +162,12 @@ rich-viewer/
|
||||
├── AGENTS.md # This file
|
||||
└── src/
|
||||
└── rp/
|
||||
├── __init__.py # Version metadata
|
||||
├── cli.py # Typer CLI entry point
|
||||
├── detect.py # File type detection
|
||||
├── render.py # Rendering logic
|
||||
└── py.typed # PEP 561 marker
|
||||
├── __init__.py # Version metadata
|
||||
├── cli.py # Typer CLI entry point
|
||||
├── detect.py # File type detection
|
||||
├── render.py # Rendering logic
|
||||
├── pager.py # Pager integration
|
||||
└── py.typed # PEP 561 marker
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
||||
Reference in New Issue
Block a user