pub fn projects_command() -> Result<()>Expand description
List all known projects.
Displays all projects that have been initialized in the
~/.config/autom8/ directory.
ยงReturns
Ok(())on successErr(Autom8Error)if reading the config directory fails