Skip to main content

list_command

Function list_command 

Source
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 success
  • Err(Autom8Error) if reading project information fails