Ask for required information on first load
Closed this issue · 0 comments
taliyos commented
Instead of creating the configuration files and closing, have the program ask for the required values.
Allowing for the user to input the values instead of opening and editing a JSON file will make the program easier to use and more user friendly.
Desired solution
When starting without valid configuration files, the program should ask the user to input the values into the command prompt. From there, the values will be stored in the JSON configuration files for future use. However, the user should still be able to close the program and enter the values manually as was the case in the previous versions.