added config option to shred log file on exit

This commit is contained in:
Kevin Froman 2020-02-06 04:11:39 -06:00
parent 7c7e5de091
commit 2319ff8344
3 changed files with 11 additions and 3 deletions

View file

@ -60,7 +60,7 @@ def get_arguments() -> dict:
('addhtml', 'add-html'): filecommands.add_html,
('addsite', 'add-site',
'update-site', 'updatesite'): sitecreator.create_multipage_site,
('listsites', 'list-sites'): print_site_list,
('listsites', 'list-sites'): print_site_list,
('addfile', 'add-file'): filecommands.add_file,
('get-file', 'getfile'): filecommands.get_file,
('export-block', 'exportblock'): exportblocks.export_block,