Added command history and editing using rustyline
authorHarishankar <v.harishankar@gmail.com>
Sun, 31 May 2020 06:47:02 +0000 (12:17 +0530)
committerHarishankar <v.harishankar@gmail.com>
Sun, 31 May 2020 06:53:40 +0000 (12:23 +0530)
Used rustyline for command editing/history in interactive mode
instead of the normal read_line() method of stdin


No differences found