pub fn report_summary(
config: &Config,
dates: &[String],
projs: &[String],
) -> Result<()>Expand description
Print the summary report for each supplied day.
ยงErrors
- Return
PathError::FilenameMissingif the log file is missing. - Return
PathError::InvalidPathif the path part of the log file is not a valid path. - Return
PathError::FileAccessif the file cannot be opened. - Return
Error::BadProjectFilterif the supplied project Regexes are not valid - Return
Error::DateErrorif the start date is not before the end date