aboutsummaryrefslogtreecommitdiff
path: root/src/paths.rs
AgeCommit message (Collapse)Author
2020-05-03save REPL history to a fileDaniel
This persists the REPL history across program restarts. The code should probably be cleaned up a bit more, the error handling in this one is a bit all over the place. This is because we don't want to make it a hard error in case the history cannot be saved.