Expand description
Terminal utilities and helpers
Functionsยง
- flush_
stdout - Flush stdout to ensure output is displayed immediately
- get_
terminal_ width - Get the terminal width, fallback to 80 if unable to determine
- is_
piped_ input - Check if input is being piped (not a terminal)
- is_
piped_ output - Check if output is being piped (not a terminal)
- read_
line - Read a line from stdin with proper error handling