Expand description
Terminal presentation primitives for WinBrew.
winbrew-ui owns the interactive state used by CLI command handlers: color
mode, confirmation defaults, spinner styles, progress rendering, and output
writers. Keeping this crate separate from app logic prevents business code
from depending on terminal behavior.
Modulesยง
Structsยง
- Progress
Handle - Spinner
Guard - Ui
- Terminal-backed presentation state used by CLI command handlers.
- UiBuilder
- Builder for
Uiinstances. - UiSettings
- Presentation settings for the terminal UI.