Closed pires closed 9 years ago
For people using this library in CLI tools, it's always interesting to be able to get the history without needing to re-read the history file(s).
You can retrieve history without touching the file system by using a bytes.Buffer with the existing WriteHistory function.
For people using this library in CLI tools, it's always interesting to be able to get the history without needing to re-read the history file(s).