[job] add 'output.jsonl' option (#8953)
This commit is contained in:
@@ -8035,6 +8035,17 @@ Description
|
||||
Include fallback URLs in the output of ``-g/--get-urls``.
|
||||
|
||||
|
||||
output.jsonl
|
||||
------------
|
||||
Type
|
||||
``bool``
|
||||
Default
|
||||
``false``
|
||||
Description
|
||||
Output ``-j/--dump-json`` & ``-J/--resolve-json``
|
||||
data in `JSON Lines <https://jsonlines.org/>`__ format.
|
||||
|
||||
|
||||
output.private
|
||||
--------------
|
||||
Type
|
||||
|
||||
@@ -1276,6 +1276,7 @@
|
||||
{
|
||||
"ansi" : true,
|
||||
"fallback" : true,
|
||||
"jsonl" : false,
|
||||
"mode" : "auto",
|
||||
"private" : false,
|
||||
"progress" : true,
|
||||
|
||||
Reference in New Issue
Block a user