kuhnertdm / wow-addon-updater

Python script for mass-updating World of Warcraft addons
GNU General Public License v3.0
116 stars 28 forks source link

Remove confirmExit() or make it configurable #41

Open godlike64 opened 5 years ago

godlike64 commented 5 years ago

I am a WoW Linux user and have just started trying out wow-addon-updater. So far, great :)

Would be great if the confirmExit() function call would be at least configurable via a cli option, as this would make it possible for the script to be run under cron or another batch scheduling system normally.

juengling commented 5 years ago

In the current version (commit #9df13c7) I see a config.ini setting "Close Automatically When Completed", which controls the confirm exit question. I recommend to set it to True and then check again. You then should see any console messages until you press RETURN/ENTER.

godlike64 commented 5 years ago

My bad. Please ignore this issue. I feel extremely stupid right now T_T.