Refactored the main() function
authorHarishankar <v.harishankar@gmail.com>
Sun, 31 May 2020 05:50:12 +0000 (11:20 +0530)
committerHarishankar <v.harishankar@gmail.com>
Sun, 31 May 2020 05:50:12 +0000 (11:20 +0530)
commite12e35ce57fb851e14e6589959c622512a9d1091
treec9fd63b1f3c8c2437e097f63a2445fa56753af6f
parenta550442ff655e75c85edc1d0d591c34a1cc4380c
Refactored the main() function
Refactored to separate the command line mode and interactive mode
to separate function calls and freed main to just dispatch the
appropriate mode.
src/main.rs