mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
build man page without CMake
This commit is contained in:
12
man/create-manpage.py
Normal file
12
man/create-manpage.py
Normal file
@@ -0,0 +1,12 @@
|
||||
import sys
|
||||
import os
|
||||
from pathlib import Path
|
||||
|
||||
sys.path.append(str(Path(__file__, '..', '..', 'src').resolve()))
|
||||
|
||||
from nominatim_db.cli import get_set_parser
|
||||
|
||||
def get_parser():
|
||||
parser = get_set_parser()
|
||||
|
||||
return parser.parser
|
||||
Reference in New Issue
Block a user