Readme added.

This commit is contained in:
Sergey Vartanov 2015-08-04 01:55:43 +03:00
parent 128ad8f8e8
commit e408d537ee
4 changed files with 40 additions and 3 deletions

2
ui.py
View file

@ -29,6 +29,8 @@ def parse_options(args):
options['draw_ways'] = False
elif arg in ['--show-missed-tags']:
options['show_missed_tags'] = True
elif arg in ['--no-show-missed-tags']:
options['show_missed_tags'] = False
elif arg in ['--overlap']:
options['overlap'] = int(next(args))
else: