mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-10 06:41:48 +02:00
Rename element
command to draw
.
And add node drawing.
This commit is contained in:
parent
6dd9bc27e8
commit
692997f54a
7 changed files with 33 additions and 29 deletions
|
@ -68,7 +68,7 @@ def completion_commands() -> str:
|
|||
cli.add_tile_arguments(parser)
|
||||
cli.add_map_arguments(parser)
|
||||
elif command == "element":
|
||||
cli.add_element_arguments(parser)
|
||||
cli.add_draw_arguments(parser)
|
||||
elif command == "mapcss":
|
||||
cli.add_mapcss_arguments(parser)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue