X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6ad397d4a971820e06ea4117e8fe8372e8bba17f..77631f90fd602692668713dd0115cff98e9ca394:/nominatim/clicmd/args.py?ds=inline diff --git a/nominatim/clicmd/args.py b/nominatim/clicmd/args.py index e632e4c7..433435bc 100644 --- a/nominatim/clicmd/args.py +++ b/nominatim/clicmd/args.py @@ -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