1 2 3 4 5 6 7
use color_eyre::eyre::Result; pub async fn run() -> Result<()> { println!("Status checks for foreground harness not yet implemented."); println!("The `up` command shows live status in its output."); Ok(()) }