Crate winbrew_cli

Crate winbrew_cli 

Source
Expand description

Command-line facade for WinBrew.

winbrew-cli owns command parsing, command dispatch, and the terminal UI context used by the binary. It keeps the executable thin while translating parsed commands into app-layer operations.

Public modules:

  • cli: Clap command definitions and argument parsing
  • commands: wrapper handlers and command-specific UI behavior
  • services: startup and bootstrap wiring used by the binary

Re-exports§

pub use winbrew_app::core;
pub use winbrew_app::database;
pub use winbrew_app::engines;
pub use winbrew_app::models;

Modules§

cancel
Cancellation support for long-running CLI and workflow operations.
cli
commands
Command handler dispatch for WinBrew.
services

Structs§

CommandContext

Functions§

run_app
Run a parsed command through the bootstrap pipeline.