]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/clicmd/args.py
typo fixed
[nominatim.git] / nominatim / clicmd / args.py
index 15de72a5bc7c61c797b3a3fd8cd005a2cd1153f2..9be20b20f31708bdb3ba69c6bd279c13a8ee2c27 100644 (file)
@@ -127,6 +127,7 @@ class NominatimArgs:
 
     # Arguments to 'serve'
     server: str
+    engine: str
 
     # Arguments to 'special-phrases
     import_from_wiki: bool
@@ -167,6 +168,11 @@ class NominatimArgs:
 
     # Arguments to 'details'
     object_class: Optional[str]
+    linkedplaces: bool
+    hierarchy: bool
+    keywords: bool
+    polygon_geojson: bool
+    group_hierarchy: bool
 
 
     def osm2pgsql_options(self, default_cache: int,