pub fn list_projects(config: &Config) -> Result<()>
Expand description
List the projects in the logfile.
ยงErrors
- Return
PathError::FilenameMissing
if the log file is missing. - Return
PathError::InvalidPath
if the path part of the log file is not a valid path. - Return
PathError::FileAccess
if the file cannot be opened.