Implementation for #3505

This commit is contained in:
Miroslav Stampar
2019-03-04 15:24:12 +01:00
parent 10977ca530
commit 8cd257c893
6 changed files with 95 additions and 6 deletions

View File

@@ -595,6 +595,9 @@ def cmdLineParser(argv=None):
general.add_option("--parse-errors", dest="parseErrors", action="store_true",
help="Parse and display DBMS error messages from responses")
general.add_option("--preprocess", dest="preprocess",
help="Use given script(s) for preprocessing of response data")
general.add_option("--repair", dest="repair", action="store_true",
help="Redump entries having unknown character marker (%s)" % INFERENCE_UNKNOWN_CHAR)