]> git.openstreetmap.org Git - nominatim.git/commit
split cli.py by subcommands
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 8 Feb 2021 16:23:05 +0000 (17:23 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 8 Feb 2021 16:23:05 +0000 (17:23 +0100)
commit195f9f5ef3f79ea4c77ee1226f8aa7e7e8f4a73f
treeba343e1f552f7b1d1a6845d7fd32d3dd474e3e06
parenta759c5b75b66894b1902327097185840a2557f86
split cli.py by subcommands

Reduces file size below 1000 lines.
nominatim/cli.py
nominatim/clicmd/__init__.py [new file with mode: 0644]
nominatim/clicmd/api.py [new file with mode: 0644]
nominatim/clicmd/index.py [new file with mode: 0644]
nominatim/clicmd/refresh.py [new file with mode: 0644]
nominatim/clicmd/replication.py [new file with mode: 0644]
nominatim/tools/replication.py
test/python/test_cli.py