mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 22:04:07 +00:00
made age a required argument for the -clean-deleted command
This commit is contained in:
@@ -72,12 +72,11 @@ class NominatimArgs:
|
||||
check_database: bool
|
||||
migrate: bool
|
||||
collect_os_info: bool
|
||||
clean_deleted: bool
|
||||
clean_deleted: str
|
||||
analyse_indexing: bool
|
||||
target: Optional[str]
|
||||
osm_id: Optional[str]
|
||||
place_id: Optional[int]
|
||||
age: str
|
||||
|
||||
# Arguments to 'import'
|
||||
osm_file: List[str]
|
||||
|
||||
Reference in New Issue
Block a user