mirror of
https://github.com/enzet/map-machine.git
synced 2025-06-03 19:31:52 +02:00
Add set_opacity command for icons.
This commit is contained in:
parent
f821ea0917
commit
b3560cfdc7
6 changed files with 41 additions and 19 deletions
|
@ -14,7 +14,7 @@ BOXES: str = " ▏▎▍▌▋▊▉"
|
|||
BOXES_LENGTH: int = len(BOXES)
|
||||
|
||||
|
||||
def parse_options(args: argparse.Namespace) -> argparse.Namespace:
|
||||
def parse_options(args: list[str]) -> argparse.Namespace:
|
||||
"""Parse Röntgen command-line options."""
|
||||
parser: argparse.ArgumentParser = argparse.ArgumentParser(
|
||||
description="Röntgen. OpenStreetMap renderer with custom icon set"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue