1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-06-25 08:38:43 +00:00

Fix wrong font choices

This commit is contained in:
belono 2025-02-14 20:40:57 +01:00
parent 0a1d3841f1
commit f3dd5fa402

View File

@ -373,7 +373,7 @@ ESCPOS_COMMANDS: List[Dict[str, Any]] = [
{
"option_strings": ("--font",),
"help": "Font choice",
"choices": ["left", "center", "right"],
"choices": ["A", "B"],
},
{
"option_strings": ("--text_type",),