1
0
mirror of https://github.com/gryf/slack-backup.git synced 2025-12-17 11:30:25 +01:00

Added simple html reporter

This commit is contained in:
2018-03-11 12:47:11 +01:00
parent ce8cd4a786
commit 39b16e68a5
2 changed files with 163 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ def main():
"directory for store logs. All logs are organised "
"per channel. By default it's `logs' directory")
generate.add_argument('-f', '--format', default=None,
choices=('text', 'none'),
choices=('text', 'html', 'none'),
help='Output format. Default is none; only database '
'is updated by latest messages for all/selected '
'channels.')