Commit 7bb383e3 authored by Francesco Poldi's avatar Francesco Poldi

Handle index_type in cli

parent 84cc81d2
......@@ -174,6 +174,8 @@ def options():
nargs="?", default="twintgraph")
ap.add_argument("-iu", "--index-users", help="Custom Elasticsearch Index name for Users.",
nargs="?", default="twintuser")
ap.add_argument("-dt", "--doc-type", help="Custom Elasticsearch document type.",
nargs="?", default="items")
ap.add_argument("--debug",
help="Store information in debug logs", action="store_true")
ap.add_argument("--resume", help="Resume from Tweet ID.")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment