Module commands

Module commands 

Source
Expand description

Command handler dispatch for WinBrew.

This module maps parsed CLI commands to the concrete wrapper handlers in the sibling modules. Each handler owns the user-facing UI behavior for its command while delegating business logic to winbrew-app.

Modules§

config
Configuration command handlers.
doctor
error
info
Info command wrapper for runtime configuration reporting.
install
Install command wrapper for package resolution, download progress, and user-facing install outcomes.
list
List command wrapper for installed-package views.
remove
Remove command wrapper for dependency checks, confirmation prompts, and removal outcomes.
repair
search
Search command wrapper for catalog queries.
update
Update command wrapper for refreshing the catalog bundle.
version
Version command wrapper for the binary version string.

Functions§

run
Dispatch a parsed command to its wrapper handler.