IO
Table of Contents
Interfaces
- IInputReader
- Interface for reading user input in CLI commands.
Classes
- StdinInputReader
- Production input reader that reads from STDIN.
- TestInputReader
- Test double for IInputReader that returns pre-programmed responses.