mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-02 19:02:12 +02:00
Issue #69: add documentation.
This commit is contained in:
parent
d44166941e
commit
4b8e5478f5
4 changed files with 40 additions and 23 deletions
|
@ -187,11 +187,11 @@ class RoentgenMoire(Default, ABC):
|
|||
command: str = self.clear(args[0])
|
||||
if command == "render":
|
||||
ui.add_render_arguments(parser)
|
||||
ui.add_map_arguments(parser)
|
||||
elif command == "server":
|
||||
ui.add_server_arguments(parser)
|
||||
elif command == "tile":
|
||||
ui.add_tile_arguments(parser)
|
||||
elif command == "map":
|
||||
ui.add_map_arguments(parser)
|
||||
elif command == "element":
|
||||
ui.add_element_arguments(parser)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue