added config option to shred log file on exit
This commit is contained in:
parent
7c7e5de091
commit
2319ff8344
3 changed files with 11 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue