pub fn append_entry(
transcript_path: &Path,
entry: &TranscriptEntry,
) -> Result<()>Expand description
Append an entry to transcript file. Creates file and parent dir if needed.
pub fn append_entry(
transcript_path: &Path,
entry: &TranscriptEntry,
) -> Result<()>Append an entry to transcript file. Creates file and parent dir if needed.