//! List command handler.
//!
//! Shows a tree view of all projects with their status.
use crateResult;
use crateprint_project_tree;
/// Display a tree view of all projects.
///
/// Shows each project with its subdirectories and status indicators
/// using box-drawing characters for visual tree structure.
///
/// # Returns
///
/// * `Ok(())` on success
/// * `Err(Autom8Error)` if reading project information fails