Console
Table of Contents
Interfaces
- StreamInterface
- Interface for input/output stream abstraction.
Classes
- Input
- Handles input parsing and retrieval for CLI commands.
- Output
- Handles output formatting and display for CLI commands.
- ProgressBar
- Progress bar for displaying task progress in the CLI.
- StandardStream
- Standard stream implementation using real STDIN/STDOUT.
- TestStream
- Test stream implementation for unit testing.