Add settings entries for --keep & --archive-dest

This allows a user to turn on `--keep` every time they run the program,
and to set the default archive destination when `--keep` is turned on.
Using `--archive-dest` overrides the archive destination in setting.ini.
This commit is contained in:
David Dalcino
2021-11-24 14:01:26 -08:00
parent db4db6c9a4
commit 7d5ee32ac3
4 changed files with 30 additions and 5 deletions

View File

@@ -5,6 +5,8 @@ concurrency: 4
baseurl: https://download.qt.io
7zcmd: 7z
print_stacktrace_on_error: False
always_keep_archives: False
archive_download_location: .
[requests]
connection_timeout: 3.5