Adding JSONL as a dump format

This commit is contained in:
Miroslav Štampar 2026-06-15 16:04:39 +02:00
parent 17e94c3409
commit 403855f701
6 changed files with 185 additions and 9 deletions

View file

@ -686,7 +686,7 @@ def cmdLineParser(argv=None):
help="Store dumped data to a custom file")
general.add_argument("--dump-format", dest="dumpFormat",
help="Format of dumped data (CSV (default), HTML or SQLITE)")
help="Dump data format (CSV (default), HTML, SQLITE, JSONL)")
general.add_argument("--encoding", dest="encoding",
help="Character encoding used for data retrieval (e.g. GBK)")