Implementing option '--dump-file' (#5238)

This commit is contained in:
Miroslav Stampar
2022-11-21 00:03:36 +01:00
parent 62bba470d6
commit 7bc0b08fd6
5 changed files with 9 additions and 2 deletions

View File

@@ -738,6 +738,9 @@ crawlExclude =
# Default: ,
csvDel = ,
# Store dumped data to a custom file.
dumpFile =
# Format of dumped data
# Valid: CSV, HTML or SQLITE
dumpFormat = CSV