Updated Readme.md file and bumped version number
[evpf.git] / src /
2020-05-31 HarishankarUpdated Readme.md file and bumped version number 0.1.1
2020-05-31 HarishankarAdded command history saving with rustyline 0.1-a
2020-05-31 HarishankarAdded command history and editing using rustyline
2020-05-31 HarishankarRefactored the main() function
2020-05-30 HarishankarChanged coloured output to use colored instead of ansi_term
2020-05-30 HarishankarAdded command line argument option to run as a single...
2020-05-29 HarishankarAdded coloured output and also removed hard-coded strings
2020-05-29 HarishankarFixed the regular expression - also made the command...
2020-05-29 HarishankarRemoved panic!s and added error handling to propagate
2020-05-28 HarishankarFirst commit