Added the options for the Feed exports
This commit is contained in:
parent
ffb3861034
commit
e65d3a6898
10
fourmi.py
10
fourmi.py
@ -9,10 +9,12 @@ Usage:
|
||||
fourmi --version
|
||||
|
||||
Options:
|
||||
-h --help Show this screen.
|
||||
--version Show version.
|
||||
--verbose Verbose logging output.
|
||||
--log=<file> Save log to an file.
|
||||
-h --help Show this screen.
|
||||
--version Show version.
|
||||
--verbose Verbose logging output.
|
||||
--log=<file> Save log to an file.
|
||||
-o <file> --output=<file> Output file [default: result.*format*]
|
||||
-f <format> --format=<format> Output formats [default: jsonlines | supported: csv, json, jsonlines, xml]
|
||||
"""
|
||||
|
||||
import os
|
||||
|
Reference in New Issue
Block a user