//! Monitor command handler.
//!
//! Launches a TUI dashboard to display real-time status of autom8
//! activity across all projects.
use crateResult;
use craterun_monitor;
/// 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