mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-08 13:51:51 +02:00
Issue #121: add show overlapped option.
This commit is contained in:
parent
e85e98e92c
commit
7c99d828f4
2 changed files with 8 additions and 0 deletions
|
@ -201,6 +201,12 @@ def add_map_arguments(parser: argparse.ArgumentParser) -> None:
|
|||
action=argparse.BooleanOptionalAction,
|
||||
default=False,
|
||||
)
|
||||
parser.add_argument(
|
||||
"--show-overlapped",
|
||||
help="show hidden nodes with a dot",
|
||||
action=argparse.BooleanOptionalAction,
|
||||
default=False,
|
||||
)
|
||||
|
||||
|
||||
def add_tile_arguments(parser: argparse.ArgumentParser) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue