Skip to content

Commit e383b7a

Browse files
belonopatkan
andauthored
Fix wrong font choices (#676)
Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
1 parent e39ec9e commit e383b7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/escpos/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def str_to_bool(string: str) -> bool:
373373
{
374374
"option_strings": ("--font",),
375375
"help": "Font choice",
376-
"choices": ["left", "center", "right"],
376+
"choices": ["A", "B"],
377377
},
378378
{
379379
"option_strings": ("--text_type",),

0 commit comments

Comments
 (0)