Reuben Taylor
Reuben Taylor
Hello -- this forbid line (line 230) never gets hit and I think the default is `Extra.ignore` meaning there's no easy way to enforce strict type checking. The inline If...
OK bear with me here - I wanted to use this to view kubernetes pod logs, easy: ``` kubectl logs job-123 -f | tl ``` Except most of my time...
## Overview Explicitly calling `sys.exit` when ctrl-C is pressed. `Finally` block ensures termination of reading /dev/tty. Better signal handling on interupt. ## Changes * `src/toolong/cli.py` ### Signal Handling Enhancements: *...