feat: creating config files using user prompts
Prompt user to create a new config file if
- config file contains only "username" and "password" default accounts
- no file found
- config file format is invalid
Due to how default terminal works, many users may face troubles understanding how to setup everything. Its also not a good idea to allow the password to be typed without hiding it.
This just brings more problems than what it resolves. A simply open of the confighelper website would suffice.
the password is hidden using python's getpass
Doesn't seem like a good idea since people already have problems troubleshooting
Doesn't seem like a good idea since people already have problems troubleshooting
I agree with this.