map-machine/map_machine/ui
Sergey Vartanov eba1ed1606 Preprocess arguments to fix leading minus issue.
`argparse` treats argument of `--coordinates` and `--boundary-box` as
other option if it starts with `-`.  The new solution is to preprocess
arguments adding leading space to the argument value.
2022-10-30 11:48:11 +04:00
..
__init__.py Fix module descriptions. 2022-06-25 21:00:48 +03:00
cli.py Preprocess arguments to fix leading minus issue. 2022-10-30 11:48:11 +04:00
completion.py Rename element command to draw. 2022-08-17 08:12:53 +03:00