Skip to main content

monitor_command

Function monitor_command 

Source
pub fn monitor_command() -> Result<()>
Expand description

Launch the monitor TUI dashboard.

Displays real-time status of autom8 activity across all projects in a terminal user interface. Refresh interval is hardcoded to 100ms for responsive UI updates.

ยงReturns

  • Ok(()) when the user exits the TUI
  • Err(Autom8Error) if the TUI fails to initialize