projects
/
nominatim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove unnecessary nested group in CLI import command
[nominatim.git]
/
man
/
create-manpage.tmpl
1
#!/usr/bin/env python3
2
import sys
3
import os
4
5
sys.path.append('@PROJECT_SOURCE_DIR@')
6
7
from nominatim.cli import get_set_parser
8
9
def get_parser():
10
parser = get_set_parser()
11
12
return parser.parser