]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/clicmd/args.py
recreate word table when refreshing counts
[nominatim.git] / nominatim / clicmd / args.py
index e632e4c709c0b3c14535d285189584b89a2315b3..433435bc6f37dd1735078f807e599a42d05fdaa7 100644 (file)
@@ -87,6 +87,7 @@ class NominatimArgs:
     offline: bool
     ignore_errors: bool
     index_noanalyse: bool
+    prepare_database: bool
 
     # Arguments to 'index'
     boundaries_only: bool
@@ -101,6 +102,9 @@ class NominatimArgs:
     language: Optional[str]
     restrict_to_country: Optional[str]
 
+    # Arguments to 'convert'
+    output: Path
+
     # Arguments to 'refresh'
     postcodes: bool
     word_tokens: bool