Skip to main content

parse_project_sessions

Function parse_project_sessions 

Source
pub fn parse_project_sessions(
    cwd: &Path,
) -> Result<Vec<SessionCommand>, RippyError>
Expand description

Find and parse all session files for the current project.

§Errors

Returns RippyError::Parse if session files cannot be read.