pub fn list_command() -> Result<()>Expand description
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 successErr(Autom8Error)if reading project information fails